Skip to content

Commit 09afc21

Browse files
committed
chore(deps): bump rmcp 1.4 -> 1.5 for MCP protocol 2025-11-25 support
rmcp 1.5.0 (2026-04-16) ships MCP protocol version 2025-11-25 via upstream PR modelcontextprotocol/rust-sdk#802. This is the version Claude Desktop's Cowork and Code-in-Desktop modes require to surface MCP tools; the older 2025-06-18 that rmcp 1.4 topped out on was accepted by the standard chat client but silently filtered out by the agent-mode clients. Smoke-tested locally: initialize handshake now returns protocolVersion "2025-11-25" when the client requests it. Fixes #20.
1 parent 92c51ac commit 09afc21

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ rayon = "1"
3434
time = { version = "0.3", features = ["parsing", "formatting", "macros"] }
3535
strsim = "0.11"
3636
ignore = "0.4"
37-
rmcp = { version = "1.4", features = ["transport-io"] }
37+
rmcp = { version = "1.5", features = ["transport-io"] }
3838
tokio = { version = "1", features = ["macros", "rt-multi-thread", "process", "time", "net"] }
3939
notify = "7.0"
4040
notify-debouncer-full = "0.4"

0 commit comments

Comments
 (0)