From c2e3d9893875dae9e6f4685bcfb412341390901e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 20:16:02 +0000 Subject: [PATCH] Bump rmcp from 0.12.0 to 1.4.0 Bumps [rmcp](https://github.com/modelcontextprotocol/rust-sdk) from 0.12.0 to 1.4.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-v0.12.0...rmcp-v1.4.0) --- updated-dependencies: - dependency-name: rmcp dependency-version: 1.4.0 dependency-type: direct:production ... 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 570bafd..99f407f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2683,9 +2683,9 @@ dependencies = [ [[package]] name = "rmcp" -version = "0.12.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "528d42f8176e6e5e71ea69182b17d1d0a19a6b3b894b564678b74cd7cab13cfa" +checksum = "f542f74cf247da16f19bbc87e298cd201e912314f4083e88cdd671f44f5fcb53" dependencies = [ "async-trait", "base64 0.22.1", @@ -2705,9 +2705,9 @@ dependencies = [ [[package]] name = "rmcp-macros" -version = "0.12.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3f81daaa494eb8e985c9462f7d6ce1ab05e5299f48aafd76cdd3d8b060e6f59" +checksum = "7caa6743cc0888e433105fe1bc551a7f607940b126a37bc97b478e86064627eb" dependencies = [ "darling 0.23.0", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 24b13e1..859f0ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ walkdir = "2.3.3" warp = "0.3" # MCP server dependencies -rmcp = { version = "0.12", features = ["schemars", "server", "transport-io"] } +rmcp = { version = "1.4", features = ["schemars", "server", "transport-io"] } schemars = "0.8" [dev-dependencies]