agent: embedded MCP server (rmcp) with send/recv tools
This commit is contained in:
parent
d9fa9c564e
commit
65a10a3c2b
7 changed files with 545 additions and 1 deletions
|
|
@ -19,7 +19,13 @@ anyhow = "1"
|
|||
axum = "0.8"
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
hive-sh4re = { path = "hive-sh4re" }
|
||||
rmcp = { version = "1.7", default-features = false, features = [
|
||||
"server",
|
||||
"macros",
|
||||
"transport-io",
|
||||
] }
|
||||
rusqlite = { version = "0.37", features = ["bundled"] }
|
||||
schemars = "1.0"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
similar = "2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue