zuplo 7.6.1 → 7.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/ai-gateway/managing-providers.mdx +10 -6
- package/docs/ai-gateway/{introduction.mdx → overview.mdx} +7 -7
- package/docs/ai-gateway/policies/overview.mdx +1 -1
- package/docs/ai-gateway/providers.mdx +31 -2
- package/docs/ai-gateway/vertex-ai.mdx +389 -0
- package/docs/api-management/{introduction.md → overview.md} +7 -4
- package/docs/articles/api-key-administration.mdx +5 -6
- package/docs/articles/api-key-consumer-bucket-portal-ui.mdx +5 -5
- package/docs/articles/api-key-end-users.mdx +3 -3
- package/docs/articles/custom-domains.mdx +1 -1
- package/docs/articles/environment-variables.mdx +1 -1
- package/docs/articles/feature-flags.mdx +4 -4
- package/docs/articles/migrate-from-apigee.md +3 -3
- package/docs/articles/migrate-from-aws-api-gateway.md +1 -1
- package/docs/articles/migrate-from-azure-apim.md +2 -2
- package/docs/articles/migrate-from-kong.md +3 -3
- package/docs/articles/migration-overview.md +1 -1
- package/docs/articles/monetization-integrations.mdx +2 -2
- package/docs/articles/step-3-add-api-key-auth.mdx +1 -1
- package/docs/articles/step-5-dynamic-rate-limiting-local.mdx +1 -1
- package/docs/articles/step-5-dynamic-rate-limiting.mdx +1 -1
- package/docs/articles/version-support-policy.mdx +2 -2
- package/docs/cli/create-zuplo-api.mdx +2 -2
- package/docs/concepts/ai-gateway.mdx +69 -0
- package/docs/concepts/api-keys.md +3 -3
- package/docs/concepts/mcp.mdx +63 -0
- package/docs/concepts/project-structure.mdx +1 -1
- package/docs/dedicated/akamai/ai-powered-applications.mdx +3 -3
- package/docs/dev-portal/documenting-mcp-servers.mdx +3 -3
- package/docs/dev-portal/{introduction.mdx → overview.mdx} +5 -2
- package/docs/dev-portal/zudoku/configuration/api-reference.md +45 -0
- package/docs/dev-portal/zudoku/configuration/docs.md +56 -1
- package/docs/dev-portal/zudoku/configuration/llms.md +39 -4
- package/docs/dev-portal/zudoku/configuration/navigation.mdx +4 -4
- package/docs/managed-edge/overview.md +1 -1
- package/docs/mcp-gateway/cross-app-access/quickstart.mdx +1 -1
- package/docs/mcp-gateway/{introduction.mdx → overview.mdx} +2 -2
- package/docs/mcp-gateway/policies/overview.mdx +13 -0
- package/docs/mcp-server/custom-tools.mdx +2 -2
- package/docs/mcp-server/graphql.mdx +1 -1
- package/docs/mcp-server/openai-apps-sdk.mdx +3 -4
- package/docs/mcp-server/{introduction.mdx → overview.mdx} +6 -3
- package/docs/programmable-api/mcp-sdk.mdx +3 -3
- package/package.json +5 -5
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
---
|
|
2
|
-
title:
|
|
3
|
-
sidebar_label:
|
|
2
|
+
title: MCP Server overview
|
|
3
|
+
sidebar_label: Overview
|
|
4
|
+
description:
|
|
5
|
+
Expose OpenAPI operations to AI clients as MCP tools, prompts, and resources
|
|
6
|
+
with Zuplo's MCP Server handler.
|
|
4
7
|
---
|
|
5
8
|
|
|
6
9
|
[Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) is
|
|
@@ -17,7 +20,7 @@ The **MCP Server handler** described on this page turns your own OpenAPI routes
|
|
|
17
20
|
into an MCP server. If you want to put a single OAuth-protected endpoint in
|
|
18
21
|
front of one or more existing upstream MCP servers (Linear, Stripe, Notion,
|
|
19
22
|
internal services, etc.), see the
|
|
20
|
-
[MCP Gateway
|
|
23
|
+
[MCP Gateway overview](../mcp-gateway/overview.mdx) instead.
|
|
21
24
|
|
|
22
25
|
:::
|
|
23
26
|
|
|
@@ -36,7 +36,7 @@ export default async function (request: ZuploRequest, context: ZuploContext) {
|
|
|
36
36
|
|
|
37
37
|
`ZuploMcpSdk` is available in custom tool handlers for both the
|
|
38
38
|
[MCP Server handler](../handlers/mcp-server.mdx) and the
|
|
39
|
-
[MCP Gateway](../mcp-gateway/
|
|
39
|
+
[MCP Gateway](../mcp-gateway/overview.mdx). It is exported from
|
|
40
40
|
`@zuplo/runtime`.
|
|
41
41
|
|
|
42
42
|
## Methods
|
|
@@ -234,7 +234,7 @@ The subset of a `tools/call` result that a module author may override via
|
|
|
234
234
|
custom MCP tool handlers with TypeScript
|
|
235
235
|
- [MCP Server handler](../handlers/mcp-server.mdx) — handler configuration
|
|
236
236
|
reference including `includeOutputSchema` and `includeStructuredContent`
|
|
237
|
-
- [MCP Gateway
|
|
238
|
-
|
|
237
|
+
- [MCP Gateway overview](../mcp-gateway/overview.mdx) — overview of the MCP
|
|
238
|
+
Gateway product
|
|
239
239
|
- [MCP specification](https://modelcontextprotocol.io/specification/) — the
|
|
240
240
|
canonical protocol reference
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zuplo",
|
|
3
|
-
"version": "7.6.
|
|
3
|
+
"version": "7.6.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "The official Zuplo CLI for local development and platform management",
|
|
6
6
|
"homepage": "https://zuplo.com/docs/cli/overview",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"zuplo": "zuplo.js"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@zuplo/cli": "7.6.
|
|
36
|
-
"@zuplo/core": "7.6.
|
|
37
|
-
"@zuplo/runtime": "7.6.
|
|
38
|
-
"@zuplo/test": "7.6.
|
|
35
|
+
"@zuplo/cli": "7.6.3",
|
|
36
|
+
"@zuplo/core": "7.6.3",
|
|
37
|
+
"@zuplo/runtime": "7.6.3",
|
|
38
|
+
"@zuplo/test": "7.6.3"
|
|
39
39
|
}
|
|
40
40
|
}
|