chore: re-enable local mcp builds (#475)

* bump rmcp version

* uncomment mcp from local build script; bump rmcp crate version
This commit is contained in:
Gabriel Gordon-Hall
2025-08-15 10:24:51 +01:00
committed by GitHub
parent 1cc551bbf3
commit e9882b23b9
6 changed files with 32 additions and 22 deletions

View File

@@ -30,7 +30,7 @@ async-trait = "0.1"
command-group = { version = "5.0", features = ["with-tokio"] }
nix = { version = "0.29", features = ["signal", "process"] }
openssl-sys = { workspace = true }
rmcp = { version = "0.2.1", features = ["server", "transport-io"] }
rmcp = { version = "0.5.0", features = ["server", "transport-io"] }
schemars = "0.8"
regex = "1.11.1"
toml = "0.8"