From e3f7bfa88664837fbfa435e995741e694a59ffdc Mon Sep 17 00:00:00 2001 From: Tin Chi Lo Date: Mon, 15 Jun 2026 17:20:43 -0700 Subject: [PATCH] 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. --- litellm/proxy/mcp_registry.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/litellm/proxy/mcp_registry.json b/litellm/proxy/mcp_registry.json index 8a68a4c4bff..7538d2f2728 100644 --- a/litellm/proxy/mcp_registry.json +++ b/litellm/proxy/mcp_registry.json @@ -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": [] }, {