diff --git a/Cargo.lock b/Cargo.lock index abb6084..0d770c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5550,9 +5550,9 @@ dependencies = [ [[package]] name = "rmcp" -version = "1.8.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d1f571c72940a19d9532fe52dbea8bc9912bf1d766c2970bb824056b86f3f59" +checksum = "d52d21e5b342699bc4de690e6104fc4e43255e4e8420ff0f2cbb963aac09da6f" dependencies = [ "async-trait", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 1c30987..363a29a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,7 +83,7 @@ oauth2 = "5" # ─── WebSocket / MCP ─── tokio-tungstenite = "0.29" -rmcp = { version = "1", default-features = false, features = ["client", "transport-child-process", "transport-streamable-http-client-reqwest"] } +rmcp = { version = "2", default-features = false, features = ["client", "transport-child-process", "transport-streamable-http-client-reqwest"] } # ─── WASM Plugin ─── wasmtime = "46"