From f05575659577249c7fbcecec1dbb84ff4b27382b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 11:17:57 +0000 Subject: [PATCH] chore(deps): bump rmcp from 1.8.0 to 2.2.0 Bumps [rmcp](https://github.com/modelcontextprotocol/rust-sdk) from 1.8.0 to 2.2.0. - [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/rust-sdk/blob/main/release-plz.toml) - [Commits](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v1.8.0...rmcp-v2.2.0) --- updated-dependencies: - dependency-name: rmcp dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- apps/backend/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac72d5f2..f23a7d64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3590,9 +3590,9 @@ dependencies = [ [[package]] name = "rmcp" -version = "1.8.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d1f571c72940a19d9532fe52dbea8bc9912bf1d766c2970bb824056b86f3f59" +checksum = "14db48ee17a9ba61810ab1a9c1beb7d06d8136ae39ac25a1137f10d357af01af" dependencies = [ "async-trait", "base64", @@ -3621,9 +3621,9 @@ dependencies = [ [[package]] name = "rmcp-macros" -version = "1.8.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1aad0035b69380782d78ea95b508327e6deaa2235909053e596eea8f27b5e1d5" +checksum = "783d787bf21813b285f13019adc49e11af501c658890c1e519f31f937c68b7e3" dependencies = [ "darling 0.23.0", "proc-macro2", diff --git a/apps/backend/Cargo.toml b/apps/backend/Cargo.toml index 137c47a0..6304920c 100644 --- a/apps/backend/Cargo.toml +++ b/apps/backend/Cargo.toml @@ -65,7 +65,7 @@ tonic-prost = "0.14.5" tonic-reflection = "0.14" tonic-health = "0.14" http-body-util = "0.1.3" -rmcp = { version = "1.6", features = ["server", "transport-io", "transport-streamable-http-server", "macros", "schemars"] } +rmcp = { version = "2.2", features = ["server", "transport-io", "transport-streamable-http-server", "macros", "schemars"] } tokio-util = { version = "0.7", features = ["rt"] } schemars = "1" clap = { version = "4.6.1", features = ["derive", "env"] }