kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/716/head
rodzic
c1562d8546
commit
9f02b58c3e
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Existing MCP Server
|
||||
description: This guide shows how to publish an existing MCP server to Agentic.
|
||||
description: This guide will show you how to publish an existing MCP server to Agentic.
|
||||
---
|
||||
|
||||
<Info>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Existing OpenAPI Service
|
||||
description: This guide shows how to publish an existing OpenAPI service to Agentic.
|
||||
description: This guide will show you how to publish an existing OpenAPI service to Agentic.
|
||||
---
|
||||
|
||||
<Info>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Python FastMCP
|
||||
description: This guide shows how to publish an MCP server to Agentic using the Python fastmcp package.
|
||||
description: This guide will show you how to publish an MCP server to Agentic using the Python fastmcp package.
|
||||
---
|
||||
|
||||
[Python's FastMCP](https://gofastmcp.com) is a popular [open source](https://github.com/jlowin/fastmcp) MCP server framework for Python.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: TypeScript FastMCP
|
||||
description: This guide shows how to publish an MCP server to Agentic using the TypeScript FastMCP package.
|
||||
description: This guide will show you how to publish an MCP server to Agentic using the TypeScript FastMCP package.
|
||||
---
|
||||
|
||||
[FastMCP](https://github.com/punkpeye/fastmcp) is a popular open source TypeScript framework for building MCP servers.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: TypeScript Hono MCP
|
||||
description: This guide shows how to publish an MCP server to Agentic using TypeScript and Hono's MCP support.
|
||||
description: This guide will show you how to publish an MCP server to Agentic using TypeScript and Hono's MCP support.
|
||||
---
|
||||
|
||||
[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 an excellent solution for exposing MCP servers.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: TypeScript Hono OpenAPI
|
||||
description: This guide shows how to publish an OpenAPI service to Agentic using TypeScript and Hono's OpenAPI support.
|
||||
description: This guide will show you how to publish an OpenAPI service to Agentic using TypeScript and Hono's OpenAPI support.
|
||||
---
|
||||
|
||||
[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.
|
||||
|
|
Ładowanie…
Reference in New Issue