pull/715/head
Travis Fischer 2025-06-27 11:56:39 -05:00
rodzic ce376be16a
commit 220adedf36
10 zmienionych plików z 26 dodań i 10 usunięć

Wyświetl plik

@ -2,7 +2,9 @@
title: Contact
---
Agentic's currently a solo team built and run by [Travis Fischer](https://x.com/transitive_bs). 👋
Agentic's currently a solo effort by [Travis Fischer](https://x.com/transitive_bs). 👋
As with MCP itself, Agentic is an active work in progress, so please reach out if you have any questions, feedback, or feature requests.
<Columns cols={2}>
<Card

Wyświetl plik

@ -59,8 +59,10 @@
"pages": [
"publishing/guides/existing-mcp-server",
"publishing/guides/existing-openapi-service",
"publishing/guides/ts-fastmcp",
"publishing/guides/ts-mcp-hono",
"publishing/guides/ts-openapi-hono"
"publishing/guides/ts-openapi-hono",
"publishing/guides/py-fastmcp"
]
},
{

Wyświetl plik

@ -1,5 +1,5 @@
---
title: Auth Config
title: Auth
description: Configure auth for your product.
---
@ -22,10 +22,10 @@ See [Origin Metadata](/publishing/origin-metadata) for details on how Agentic's
### MCP OAuth
Agentic's MCP Gateway is designed to interop with MCP's built-in OAuth support, but this functionality is currently in alpha and not enabled publicly by default. If you're interested in using your origin server's MCP authentication support, [please let us know](/contact).
Agentic's MCP Gateway is designed to interop with MCP's built-in OAuth support, but this functionality is currently in alpha and not enabled publicly by default. If you're interested in using your origin server's MCP authentication support, [please reach out](/contact).
### Custom OAuth Providers
Agentic's MCP Gateway is designed to support any third-party OAuth provider (Google, Twitter / X, Slack, Airtable, Shopify, etc), but this functionality is currently in alpha and not enabled publicly by default.
If you're interested in using a different OAuth provider or want your customers to use your own OAuth client credentials or custom scopes, [please let us know](/contact).
If you're interested in using a different OAuth provider or want your customers to use your own OAuth client credentials or custom scopes, [please reach out](/contact).

Wyświetl plik

@ -1,5 +1,5 @@
---
title: Caching Config
title: Caching
description: Configure caching for your product's tools.
---

Wyświetl plik

@ -1,5 +1,5 @@
---
title: Pricing Config
title: Pricing
description: Configure pricing for your product.
---

Wyświetl plik

@ -1,5 +1,5 @@
---
title: Rate Limit Config
title: Rate Limits
description: Configure rate-limits for your product.
---

Wyświetl plik

@ -0,0 +1,6 @@
---
title: Python FastMCP
description: This guide shows how to publish an MCP server to Agentic using the Python fastmcp package.
---
**TODO**

Wyświetl plik

@ -0,0 +1,6 @@
---
title: TS FastMCP
description: This guide shows how to publish an MCP server to Agentic using the TypeScript fastmcp package.
---
**TODO**

Wyświetl plik

@ -1,6 +1,6 @@
---
title: TS MCP Hono
description: This guide shows how to publish an MCP server to Agentic's MCP Gateway using TypeScript and Hono's MCP middleware.
description: This guide shows how to publish an MCP server to Agentic using TypeScript and Hono's MCP support.
---
**TODO**

Wyświetl plik

@ -1,6 +1,6 @@
---
title: TS OpenAPI Hono
description: This guide shows how to publish an OpenAPI service to Agentic's MCP Gateway using TypeScript and Hono's OpenAPI support.
description: This guide shows how to publish an OpenAPI service to Agentic using TypeScript and Hono's OpenAPI support.
---
**TODO**