feat(#2659): serve hive-matrix-mcp over persistent streamable-http, drop stdio bridge

This commit is contained in:
damocles 2026-07-23 20:20:51 +02:00 committed by mara
commit a66b7ab298
21 changed files with 411 additions and 856 deletions

4
Cargo.lock generated
View file

@ -1557,6 +1557,7 @@ dependencies = [
"hive-core-agent-sock",
"hive-sh4re",
"hive-types",
"reqwest 0.13.1",
"rmcp",
"serde",
"serde_json",
@ -1707,8 +1708,9 @@ name = "hive-matrix-mcp"
version = "0.1.0"
dependencies = [
"anyhow",
"axum",
"clap",
"futures-util",
"hive-sh4re",
"matrix-sdk",
"mime",
"mime_guess",