pull/715/head
Travis Fischer 2025-06-27 14:54:52 -05:00
rodzic ced0c8b7d3
commit 36f58520d6
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -3,7 +3,7 @@ title: TS FastMCP
description: This guide shows how to publish an MCP server to Agentic using the TypeScript fastmcp package.
---
[FastMCP](https://github.com/punkpeye/fastmcp) is a popular open source MCP server framework for TypeScript.
[FastMCP](https://github.com/punkpeye/fastmcp) is a popular open source TypeScript framework for building MCP servers.
## 1. Install dependencies

Wyświetl plik

@ -3,7 +3,7 @@ title: TS MCP Hono
description: This guide shows how to publish an MCP server to Agentic using TypeScript and Hono's MCP support.
---
[Hono](https://hono.dev) is a popular open source framework for building HTTP servers, and `@hono/mcp`](https://github.com/honojs/middleware/tree/main/packages/mcp) is a Hono middleware for MCP servers.
[Hono](https://hono.dev) is a popular open source TypeScript framework for building HTTP servers, and [`@hono/mcp`](https://github.com/honojs/middleware/tree/main/packages/mcp) is a Hono middleware for serving MCP servers.
## 1. Install dependencies

Wyświetl plik

@ -3,7 +3,7 @@ title: TS OpenAPI Hono
description: This guide shows how to publish an OpenAPI service to Agentic using TypeScript and Hono's OpenAPI support.
---
[Hono](https://hono.dev) is a popular open source framework for building HTTP servers, and `@hono/zod-openapi`](https://hono.dev/examples/zod-openapi) is an excellent solution for auto-generating an OpenAPI spec from your Hono routes.
[Hono](https://hono.dev) is a popular open source TypeScript framework for building HTTP servers, and [`@hono/zod-openapi`](https://hono.dev/examples/zod-openapi) is an excellent solution for creating an auto-generated OpenAPI spec from your Hono routes.
## 1. Install dependencies