feat: implement MCP streamable HTTP server

This commit is contained in:
a.tolmachev
2026-03-25 20:02:23 +03:00
parent a776ae4a73
commit 752288ca70
11 changed files with 1031 additions and 156 deletions
+4 -1
View File
@@ -9,10 +9,13 @@ version.workspace = true
axum.workspace = true
mcpaas-registry = { path = "../../crates/mcpaas-registry" }
mcpaas-runtime = { path = "../../crates/mcpaas-runtime" }
mcpaas-schema = { path = "../../crates/mcpaas-schema" }
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
tokio = { workspace = true, features = ["sync"] }
tracing.workspace = true
tracing-subscriber.workspace = true
uuid.workspace = true
[dev-dependencies]
mcpaas-core = { path = "../../crates/mcpaas-core" }