pull/716/head
Travis Fischer 2025-06-29 09:19:30 -05:00
rodzic c1562d8546
commit 9f02b58c3e
6 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -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>

Wyświetl plik

@ -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>

Wyświetl plik

@ -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.

Wyświetl plik

@ -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.

Wyświetl plik

@ -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.

Wyświetl plik

@ -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.