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
Generated
+2
View File
@@ -850,11 +850,13 @@ dependencies = [
"mcpaas-runtime",
"mcpaas-schema",
"reqwest",
"serde",
"serde_json",
"sqlx",
"tokio",
"tracing",
"tracing-subscriber",
"uuid",
]
[[package]]