kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/715/head
rodzic
ced0c8b7d3
commit
36f58520d6
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue