Skip to content

fix(ai-gateway) remove mentions of auto generation#5311

Open
jbaross wants to merge 1 commit into
mainfrom
fix/autogenerate-mentions
Open

fix(ai-gateway) remove mentions of auto generation#5311
jbaross wants to merge 1 commit into
mainfrom
fix/autogenerate-mentions

Conversation

@jbaross
Copy link
Copy Markdown
Contributor

@jbaross jbaross commented May 20, 2026

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

  • Tested how-to docs. If not, note why here.
  • All pages contain metadata.
  • Any new docs link to existing docs.
  • All autogenerated instructions render correctly (API, decK, Konnect, Kong Manager).
  • Style guide (capitalized gateway entities, placeholder URLs) implemented correctly.
  • Every page has a description entry in frontmatter.
  • Add new pages to the product documentation index (if applicable).

@jbaross jbaross requested a review from a team as a code owner May 20, 2026 14:03
Copilot AI review requested due to automatic review settings May 20, 2026 14:03
@netlify
Copy link
Copy Markdown

netlify Bot commented May 20, 2026

Deploy Preview for kongdeveloper ready!

Name Link
🔨 Latest commit 8511468
🔍 Latest deploy log https://app.netlify.com/projects/kongdeveloper/deploys/6a0dbf2f3b79c90008f927eb
😎 Deploy Preview https://deploy-preview-5311--kongdeveloper.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Additional autogenerate mentions

2 participants