replace === output parsing with MCP tools via rmcp
This commit is contained in:
parent
09259ee5fa
commit
9354837830
8 changed files with 761 additions and 437 deletions
|
|
@ -16,6 +16,7 @@ tracing = "0.1"
|
|||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
anyhow = "1"
|
||||
futures-util = "0.3"
|
||||
rmcp = { version = "1", features = ["server", "macros", "transport-io"] }
|
||||
|
||||
[[bin]]
|
||||
name = "damocles-daemon"
|
||||
|
|
@ -29,6 +30,10 @@ path = "src/bin/send.rs"
|
|||
name = "verify"
|
||||
path = "src/bin/verify.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "damocles-mcp"
|
||||
path = "src/bin/mcp.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "bootstrap-cross-signing"
|
||||
path = "src/bin/bootstrap_cross_signing.rs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue