chore: update deps

This commit is contained in:
Sun-ZhenXing
2025-08-07 19:05:18 +08:00
parent a837441bc4
commit 6a6dbe25d2
9 changed files with 452 additions and 123 deletions

View File

@@ -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."
)