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:
committed by
GitHub
parent
1cc551bbf3
commit
e9882b23b9
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user