mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
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:
parent
1f8bb65e27
commit
e3f7bfa886
1 changed files with 2 additions and 2 deletions
|
|
@ -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": []
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue