feat: align mcp transport with streamable http

This commit is contained in:
a.tolmachev
2026-04-06 09:49:22 +03:00
parent 633af39c82
commit d841cd0dda
5 changed files with 459 additions and 28 deletions
+1
View File
@@ -12,6 +12,7 @@ crank-core = { path = "../../crates/crank-core" }
crank-registry = { path = "../../crates/crank-registry" }
crank-runtime = { path = "../../crates/crank-runtime" }
crank-schema = { path = "../../crates/crank-schema" }
futures-util = "0.3"
serde.workspace = true
serde_json.workspace = true
sha2.workspace = true