From 7b8543126adfb3209902da3b60d15ec60c205a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 00:05:45 +0000 Subject: [PATCH] Bump rmcp from 1.7.0 to 2.0.0 Bumps [rmcp](https://github.com/modelcontextprotocol/rust-sdk) from 1.7.0 to 2.0.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.7.0...rmcp-v2.0.0) --- updated-dependencies: - dependency-name: rmcp dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f4df4963..db3d4c43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2766,9 +2766,9 @@ dependencies = [ [[package]] name = "rmcp" -version = "1.7.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0810a9f717d9828f475fe1f629f4c305c8464b7f496c3a854b58d29e65f4058e" +checksum = "d52d21e5b342699bc4de690e6104fc4e43255e4e8420ff0f2cbb963aac09da6f" dependencies = [ "async-trait", "base64 0.22.1", @@ -2797,9 +2797,9 @@ dependencies = [ [[package]] name = "rmcp-macros" -version = "1.7.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6aefac48c364756e97f04c0401ba3231e8607882c7c1d92da0437dc16307904d" +checksum = "6c68cec74c5b3ac73ff46375ae49e161637bda80bba70f0d5db641583bb308ee" dependencies = [ "darling 0.23.0", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index faca7f20..0fac127b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ color-eyre = { version = "0.6" } qdrant-client = { version = "1.18.0" } regex = { version = "1.12" } reqwest = { version = "0.13", default-features = false, features = ["json", "query", "rustls"] } -rmcp = { version = "1.7", features = ["transport-streamable-http-server"] } +rmcp = { version = "2.0", features = ["transport-streamable-http-server"] } serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0" } sqlx = { version = "0.9", features = ["json", "postgres", "runtime-tokio", "time", "tls-rustls", "uuid"] }