fix(mcp): default Cloudflare registry entry to streamable HTTP

Cloudflare deprecated the SSE transport in favor of streamable HTTP, so
the bindings MCP server now lives at https://bindings.mcp.cloudflare.com/mcp
instead of the /sse endpoint.
This commit is contained in:
Tin Chi Lo 2026-06-15 17:20:43 -07:00
parent 1f8bb65e27
commit e3f7bfa886

View file

@ -337,8 +337,8 @@
"icon_url": "https://cdn.simpleicons.org/cloudflare",
"category": "Cloud",
"registry_url": "https://registry.modelcontextprotocol.io/servers/com.cloudflare.mcp%2Fmcp",
"transport": "sse",
"url": "https://bindings.mcp.cloudflare.com/sse",
"transport": "http",
"url": "https://bindings.mcp.cloudflare.com/mcp",
"env_vars": []
},
{