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.
Files changed (44) hide show
  1. package/docs/ai-gateway/managing-providers.mdx +10 -6
  2. package/docs/ai-gateway/{introduction.mdx → overview.mdx} +7 -7
  3. package/docs/ai-gateway/policies/overview.mdx +1 -1
  4. package/docs/ai-gateway/providers.mdx +31 -2
  5. package/docs/ai-gateway/vertex-ai.mdx +389 -0
  6. package/docs/api-management/{introduction.md → overview.md} +7 -4
  7. package/docs/articles/api-key-administration.mdx +5 -6
  8. package/docs/articles/api-key-consumer-bucket-portal-ui.mdx +5 -5
  9. package/docs/articles/api-key-end-users.mdx +3 -3
  10. package/docs/articles/custom-domains.mdx +1 -1
  11. package/docs/articles/environment-variables.mdx +1 -1
  12. package/docs/articles/feature-flags.mdx +4 -4
  13. package/docs/articles/migrate-from-apigee.md +3 -3
  14. package/docs/articles/migrate-from-aws-api-gateway.md +1 -1
  15. package/docs/articles/migrate-from-azure-apim.md +2 -2
  16. package/docs/articles/migrate-from-kong.md +3 -3
  17. package/docs/articles/migration-overview.md +1 -1
  18. package/docs/articles/monetization-integrations.mdx +2 -2
  19. package/docs/articles/step-3-add-api-key-auth.mdx +1 -1
  20. package/docs/articles/step-5-dynamic-rate-limiting-local.mdx +1 -1
  21. package/docs/articles/step-5-dynamic-rate-limiting.mdx +1 -1
  22. package/docs/articles/version-support-policy.mdx +2 -2
  23. package/docs/cli/create-zuplo-api.mdx +2 -2
  24. package/docs/concepts/ai-gateway.mdx +69 -0
  25. package/docs/concepts/api-keys.md +3 -3
  26. package/docs/concepts/mcp.mdx +63 -0
  27. package/docs/concepts/project-structure.mdx +1 -1
  28. package/docs/dedicated/akamai/ai-powered-applications.mdx +3 -3
  29. package/docs/dev-portal/documenting-mcp-servers.mdx +3 -3
  30. package/docs/dev-portal/{introduction.mdx → overview.mdx} +5 -2
  31. package/docs/dev-portal/zudoku/configuration/api-reference.md +45 -0
  32. package/docs/dev-portal/zudoku/configuration/docs.md +56 -1
  33. package/docs/dev-portal/zudoku/configuration/llms.md +39 -4
  34. package/docs/dev-portal/zudoku/configuration/navigation.mdx +4 -4
  35. package/docs/managed-edge/overview.md +1 -1
  36. package/docs/mcp-gateway/cross-app-access/quickstart.mdx +1 -1
  37. package/docs/mcp-gateway/{introduction.mdx → overview.mdx} +2 -2
  38. package/docs/mcp-gateway/policies/overview.mdx +13 -0
  39. package/docs/mcp-server/custom-tools.mdx +2 -2
  40. package/docs/mcp-server/graphql.mdx +1 -1
  41. package/docs/mcp-server/openai-apps-sdk.mdx +3 -4
  42. package/docs/mcp-server/{introduction.mdx → overview.mdx} +6 -3
  43. package/docs/programmable-api/mcp-sdk.mdx +3 -3
  44. package/package.json +5 -5
@@ -1,6 +1,9 @@
1
1
  ---
2
- title: Model Context Protocol (MCP)
3
- sidebar_label: Introduction
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 introduction](../mcp-gateway/introduction.mdx) instead.
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/introduction.mdx). It is exported from
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 introduction](../mcp-gateway/introduction.mdx) — overview of the
238
- MCP Gateway product
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.1",
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.1",
36
- "@zuplo/core": "7.6.1",
37
- "@zuplo/runtime": "7.6.1",
38
- "@zuplo/test": "7.6.1"
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
  }