kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/715/head
rodzic
b552d8a0e2
commit
894fa6b8e2
|
@ -40,7 +40,7 @@ if __name__ == "__main__":
|
|||
Streamable HTTP transport.
|
||||
</Note>
|
||||
|
||||
## 3. Deploy your server
|
||||
## 3. Deploy your MCP server remotely
|
||||
|
||||
Deploy your server publicly or use a tool like [ngrok](https://ngrok.com) to expose it to the internet.
|
||||
|
||||
|
|
|
@ -63,7 +63,7 @@ server.start({
|
|||
use the Streamable HTTP transport.
|
||||
</Note>
|
||||
|
||||
## 3. Deploy your server
|
||||
## 3. Deploy your MCP server remotely
|
||||
|
||||
Deploy your server publicly or use a tool like [ngrok](https://ngrok.com) to expose it to the internet.
|
||||
|
||||
|
|
|
@ -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 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.
|
||||
[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 middleware for exposing MCP servers.
|
||||
|
||||
## 1. Install dependencies
|
||||
|
||||
|
@ -81,7 +81,7 @@ serve({ fetch: app.fetch, port: 8787 })
|
|||
docs](https://hono.dev/docs/getting-started/basic).
|
||||
</Note>
|
||||
|
||||
## 3. Deploy your server
|
||||
## 3. Deploy your MCP server remotely
|
||||
|
||||
Deploy your server publicly or use a tool like [ngrok](https://ngrok.com) to expose it to the internet.
|
||||
|
||||
|
|
|
@ -88,7 +88,7 @@ Note that the auto-generated OpenAPI spec will be available at `/docs` in this e
|
|||
docs](https://hono.dev/docs/getting-started/basic).
|
||||
</Note>
|
||||
|
||||
## 3. Deploy your server
|
||||
## 3. Deploy your OpenAPI server remotely
|
||||
|
||||
Deploy your server publicly or use a tool like [ngrok](https://ngrok.com) to expose it to the internet.
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue