Add Code Mode MCP server to docs#28480
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
| For CI/CD or automation, you can create a [Cloudflare API token](https://dash.cloudflare.com/profile/api-tokens) with the permissions you need and pass it as a bearer token in the `Authorization` header. Both user tokens and account tokens are supported. | ||
|
|
||
| For more details and configuration options, refer to the [Cloudflare MCP repository](https://github.com/cloudflare/mcp). | ||
|
|
There was a problem hiding this comment.
/bonk Add a new ### Installing via Agent and IDE plugins section here that captures the Installing section of https://github.com/cloudflare/skills?tab=readme-ov-file#installing
Co-authored-by: elithrar <elithrar@users.noreply.github.com>
|
The new section is correctly placed at line 50 as an The section captures all the installation methods from the cloudflare/skills README:
Style guide adherence: used bold for UI elements ( |
Remove the draft Code Mode page (code-mode.mdx) which is superseded by the codemode doc that @threepointone landed on production. Restore codemode.mdx from production and update worker-loader.mdx cross-refs to point to /agents/api-reference/codemode/. Addressing feedback from #28480.
|
see #28343 |
Co-authored-by: elithrar <elithrar@users.noreply.github.com>
Here is a summary of the changes made to
src/content/docs/agents/model-context-protocol/mcp-servers-for-cloudflare.mdx:Changes
Added a new prominent "Cloudflare API MCP server" section as the first content section on the page, before the existing table of product-specific servers. This section:
search()andexecute()) cover the entire Cloudflare API (2,500+ endpoints)mcp.cloudflare.com/mcpURLReorganized the existing server table under a new "Product-specific MCP servers" heading to clearly distinguish between the unified API server and the individual product servers.
Minor fixes: corrected the typo
streamble-httptostreamable-http, and changed "MCP Servers" to "MCP servers" for consistency.Closes #28477
github run