refactor(#2455): split hive-agent-mcp into its own bin crate

This commit is contained in:
damocles 2026-07-14 23:45:33 +02:00
commit e7f8254788
15 changed files with 334 additions and 100 deletions

16
Cargo.lock generated
View file

@ -1489,6 +1489,22 @@ dependencies = [
"url",
]
[[package]]
name = "hive-agent-mcp"
version = "0.1.0"
dependencies = [
"anyhow",
"axum",
"clap",
"hive-sh4re",
"rmcp",
"serde",
"serde_json",
"tokio",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "hive-agent-wake"
version = "0.1.0"