fix(ai-gateway) remove mentions of auto generation#5311
Open
jbaross wants to merge 1 commit into
Open
Conversation
✅ Deploy Preview for kongdeveloper ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates MCP/AI Gateway documentation copy to de-emphasize “autogeneration” language and better describe the “map APIs to MCP/tools” workflow.
Changes:
- Renames MCP landing page section headers and a card title/CTA to “create/map” terminology.
- Updates AI MCP Proxy plugin page “related resources” and “next steps” link text to “create” terminology.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| app/_landing_pages/mcp.yaml | Updates MCP landing page headings and card CTA text to reduce “autogenerate” phrasing. |
| app/_kong_plugins/ai-mcp-proxy/index.md | Updates link text in related resources/next steps to “create” terminology for MCP tools guides. |
Comments suppressed due to low confidence (2)
app/_landing_pages/mcp.yaml:99
- This card still uses "auto-generate"/"Autogenerate" wording (description and CTA), which conflicts with the PR goal of removing autogeneration mentions; update these strings for consistency with the new "create/map" terminology.
description: |
Explore guides to auto-generate MCP servers and tools without custom code.
ctas:
- text: Proxy MCP Traffic with the AI MCP Proxy plugin
url: "/plugins/ai-mcp-proxy/"
- text: Autogenerate a serverless MCP
url: "/mcp/map-api-to-mcp-tools/"
app/_landing_pages/mcp.yaml:101
- The CTA text says "Create MCP tools from any API schema" but the URL points to the Weather API-specific guide (
/mcp/map-weather-api-to-mcp-tools/); align the CTA text with the destination or change the URL to the general guide.
- text: Create MCP tools from any API schema
url: "/mcp/map-weather-api-to-mcp-tools/"
Comment on lines
60
to
63
| header: | ||
| type: h2 | ||
| text: "Autogenerate MCP servers using AI MCP Proxy" | ||
| text: "Map APIs to MCP servers using AI MCP Proxy" | ||
| blocks: |
| url: /mcp/map-api-to-mcp-tools/ | ||
| - text: Autogenerate MCP tools for Weather API | ||
| - text: Create MCP tools for Weather API | ||
| url: /mcp/weather-mcp-api/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Followup to [find ticket], some links like those on https://developer.konghq.com/mcp/#autogenerate-mcp-servers-using-ai-mcp-proxy still refer to autogeneration not mapping APIs to MCP
Fixes #5156
Preview Links
Checklist
descriptionentry in frontmatter.