Add "http" as an alias for streamable-http

This commit is contained in:
Jeremiah Lowin 2025-06-22 18:55:07 -04:00
commit 76e3df1bc1
7 changed files with 34 additions and 11 deletions

View file

@ -736,11 +736,11 @@ class MCPConfigTransport(ClientTransport):
"mcpServers": {
"weather": {
"url": "https://weather-api.example.com/mcp",
"transport": "streamable-http"
"transport": "http"
},
"calendar": {
"url": "https://calendar-api.example.com/mcp",
"transport": "streamable-http"
"transport": "http"
}
}
}