hyperhive/hive-matrix-mcp/Cargo.toml

32 lines
776 B
TOML

[package]
name = "hive-matrix-mcp"
edition.workspace = true
version.workspace = true
readme = "README.md"
[lints]
workspace = true
[dependencies]
anyhow.workspace = true
axum.workspace = true
clap.workspace = true
futures-util.workspace = true
matrix-sdk.workspace = true
mime = "0.3"
mime_guess = "2"
reqwest.workspace = true
rmcp.workspace = true
schemars.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
# `hive-matrix-daemon` — long-running per-agent matrix-sdk Client +
# sync loop. Serves its MCP tools (send_message, list_rooms, …)
# directly over streamable-http — no stdio bridge, no separate bin.
[[bin]]
name = "hive-matrix-daemon"
path = "src/main.rs"