Skip to content

Conversation

@celso
Copy link
Collaborator

@celso celso commented May 30, 2025

Summary

  • Adds MCP Server links to products pages
  • Adds MCP sidebar label

Documentation checklist

  • The documentation style guide has been adhered to.
  • If a larger change - such as adding a new page- an issue has been opened in relation to any incorrect or out of date information that this PR fixes.
  • Files which have changed name or location have been allocated redirects.

@hyperlint-ai
Copy link
Contributor

hyperlint-ai bot commented May 30, 2025

Howdy and thanks for contributing to our repo. The Cloudflare team reviews new, external PRs within two (2) weeks. If it's been two weeks or longer without any movement, please tag the PR Assignees in a comment.

We review internal PRs within 1 week. If it's something urgent or has been sitting without a comment, start a thread in the Developer Docs space internally.


PR Change Summary

Added MCP Server links to various product pages and introduced a new sidebar label for better navigation.

  • Added MCP Server links to product documentation pages
  • Introduced a new sidebar label for MCP servers
  • Updated existing documentation to reflect new MCP server resources

Modified Files

  • src/content/docs/browser-rendering/platform/playwright-mcp.mdx
  • src/content/docs/radar/mcp-server.mdx

Added Files

  • src/content/docs/agents/model-context-protocol/mcp-servers-for-cloudflare.mdx
  • src/content/docs/ai-gateway/mcp-server.mdx
  • src/content/docs/analytics/graphql-api/mcp-server.mdx
  • src/content/docs/autorag/mcp-server.mdx
  • src/content/docs/browser-rendering/mcp-server.mdx
  • src/content/docs/cloudflare-one/insights/dex/mcp-server.mdx
  • src/content/docs/dns/reference/analytics-mcp-server.mdx
  • src/content/docs/logs/auditlogs-mcp-server.mdx
  • src/content/docs/logs/logpush-mcp-server.mdx
  • src/content/docs/workers/ci-cd/builds/mcp-server.mdx
  • src/content/docs/workers/observability/mcp-server.mdx

How can I customize these reviews?

Check out the Hyperlint AI Reviewer docs for more information on how to customize the review.

If you just want to ignore it on this PR, you can add the hyperlint-ignore label to the PR. Future changes won't trigger a Hyperlint review.

Note specifically for link checks, we only check the first 30 links in a file and we cache the results for several hours (for instance, if you just added a page, you might experience this). Our recommendation is to add hyperlint-ignore to the PR to ignore the link check for this PR.

@github-actions
Copy link
Contributor

github-actions bot commented May 30, 2025

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/docs/ai-gateway/ @abhishekkankani, @palashgo, @thebongy, @kathayl, @mchenco, @kodster28, @cloudflare/pcx-technical-writing
/src/content/docs/ai-search/ @rita3ko, @irvinebroque, @aninibread, @cloudflare/pcx-technical-writing
/src/content/docs/analytics/ @jimhawkridge, @soheiokamoto, @angelampcosta, @cloudflare/pcx-technical-writing
/src/content/docs/browser-rendering/ @mchenco, @cloudflare/pcx-technical-writing, @celso, @danielgek, @kathayl, @ToriLindsay
/src/content/docs/cloudflare-one/insights/dex/ @deadlypants1973, @cloudflare/pcx-technical-writing
/src/content/docs/dns/ @RebeccaTamachiro, @cloudflare/pcx-technical-writing
/src/content/docs/logs/ @soheiokamoto, @angelampcosta, @cloudflare/pcx-technical-writing
/src/content/docs/radar/ @tiagoad, @andre-j3sus, @cloudflare/pcx-technical-writing
/src/content/docs/workers/ci-cd/ @irvinebroque, @aninibread, @GregBrimble, @kodster28, @cloudflare/pcx-technical-writing, @yomna-shousha
/src/content/docs/workers/observability/ @irvinebroque, @mikenomitch, @rohinlohe, @kodster28, @cloudflare/pcx-technical-writing
*.ts @cloudflare/developer-advocacy, @kristianfreeman, @kodster28, @pedrosousa, @haleycode, @GregBrimble, @KianNH, @WalshyDev

@github-actions
Copy link
Contributor

github-actions bot commented May 30, 2025

Preview URL: https://6700afbe.preview.developers.cloudflare.com
Preview Branch URL: https://mcp-links.preview.developers.cloudflare.com

Files with changes (up to 15)

Original Link Updated Link
https://developers.cloudflare.com/ai-gateway/mcp-server/ https://mcp-links.preview.developers.cloudflare.com/ai-gateway/mcp-server/
https://developers.cloudflare.com/analytics/graphql-api/mcp-server/ https://mcp-links.preview.developers.cloudflare.com/analytics/graphql-api/mcp-server/
https://developers.cloudflare.com/browser-rendering/mcp-server/ https://mcp-links.preview.developers.cloudflare.com/browser-rendering/mcp-server/
https://developers.cloudflare.com/cloudflare-one/insights/dex/mcp-server/ https://mcp-links.preview.developers.cloudflare.com/cloudflare-one/insights/dex/mcp-server/
https://developers.cloudflare.com/dns/reference/analytics-mcp-server/ https://mcp-links.preview.developers.cloudflare.com/dns/reference/analytics-mcp-server/
https://developers.cloudflare.com/logs/auditlogs-mcp-server/ https://mcp-links.preview.developers.cloudflare.com/logs/auditlogs-mcp-server/
https://developers.cloudflare.com/logs/logpush-mcp-server/ https://mcp-links.preview.developers.cloudflare.com/logs/logpush-mcp-server/
https://developers.cloudflare.com/ai-search/mcp-server/ https://mcp-links.preview.developers.cloudflare.com/ai-search/mcp-server/
https://developers.cloudflare.com/workers/ci-cd/builds/mcp-server/ https://mcp-links.preview.developers.cloudflare.com/workers/ci-cd/builds/mcp-server/
https://developers.cloudflare.com/workers/observability/mcp-server/ https://mcp-links.preview.developers.cloudflare.com/workers/observability/mcp-server/
https://developers.cloudflare.com/radar/mcp-server/ https://mcp-links.preview.developers.cloudflare.com/radar/mcp-server/
https://developers.cloudflare.com/browser-rendering/platform/playwright-mcp/ https://mcp-links.preview.developers.cloudflare.com/browser-rendering/platform/playwright-mcp/

Copy link
Contributor

@irvinebroque irvinebroque left a comment

Choose a reason for hiding this comment

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

@github-actions github-actions bot added product:AutoRAG size/s and removed product:agents Build and deploy AI-powered Agents on Cloudflare that can act autonomously. product:AutoRAG size/m labels Jun 3, 2025
@angelampcosta angelampcosta removed their assignment Jul 18, 2025
@pedrosousa pedrosousa merged commit 378316d into production Oct 9, 2025
8 checks passed
@pedrosousa pedrosousa deleted the mcp-links branch October 9, 2025 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product:ai-gateway AI Gateway: https://developers.cloudflare.com/ai-gateway/ product:analytics Related to Analytics product product:AutoRAG product:browser-rendering product:cloudflare-one product:dns Issues or PRs related to DNS product:logs Related to Logs product:radar product:workers Related to Workers product size/s

Projects

None yet

Development

Successfully merging this pull request may close these issues.