Add MCP SSE server proxying in gateway.

This commit is contained in:
Hemang
2025-05-08 14:11:22 +05:30
parent 132eedab0a
commit 40ec6d2db2
4 changed files with 518 additions and 0 deletions
+1
View File
@@ -7,6 +7,7 @@ requires-python = ">=3.12"
dependencies = [
"fastapi==0.115.7",
"httpx==0.28.1",
"httpx-sse==0.4.0",
"invariant-sdk>=0.0.11",
"starlette-compress==1.4.0",
"uvicorn==0.34.0"