mirror of
https://github.com/Sun-ZhenXing/mcp-template-python.git
synced 2026-02-04 10:13:31 +00:00
chore: update deps
This commit is contained in:
@@ -49,7 +49,3 @@ for name, mcp in MCP_MAP.items():
|
||||
app.mount(f"/{name}/compatible", mcp.sse_app())
|
||||
if settings.enable_streamable_http:
|
||||
app.mount(f"/{name}", mcp.streamable_http_app())
|
||||
if settings.enable_websocket:
|
||||
raise NotImplementedError(
|
||||
"To use WebSocket, you need to switch to the `feat-ws` branch."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user