Skip to content

build(deps): bump rmcp from 3.1.4 to 3.2.0 - #86

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rmcp-3.2.0
Closed

build(deps): bump rmcp from 3.1.4 to 3.2.0#86
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/rmcp-3.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 5, 2026

Copy link
Copy Markdown
Contributor

Bumps rmcp from 3.1.4 to 3.2.0.

Release notes

Sourced from rmcp's releases.

rmcp-macros-v3.2.0

Added

  • add request-state key rotation (#1128)

Fixed

  • allow concurrent streamable http requests (#1186)

rmcp-v3.2.0

Added

  • (auth) coordinate OAuth refreshes through credential stores (#1232)
  • add request-state key rotation (#1128)

Fixed

  • keep initialize on legacy protocol versions (#1228)
  • (transport) fall back after sessionless HTTP discover rejections (#1211)
  • allow concurrent streamable http requests (#1186)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rmcp](https://github.com/modelcontextprotocol/rust-sdk) from 3.1.4 to 3.2.0.
- [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases)
- [Changelog](https://github.com/modelcontextprotocol/rust-sdk/blob/main/release-plz.toml)
- [Commits](modelcontextprotocol/rust-sdk@rmcp-v3.1.4...rmcp-v3.2.0)

---
updated-dependencies:
- dependency-name: rmcp
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 5, 2026
Copilot AI lite review requested due to automatic review settings September 5, 2026 11:03
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 5, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@revuto-review revuto-review Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an auto review done by revuto.


This lockfile-only bump is not a no-op for this crate’s stdio MCP handshake.

rmcp 3.2.0 changed initialize negotiation (modelcontextprotocol/rust-sdk#1228): any initialize request is treated as a legacy client. Requesting 2026-07-28 no longer echoes that version; the server falls back to the newest handshake version (2025-11-25).

That is the path this binary actually serves (AgentWorkspaceLinux::serve(rmcp::transport::stdio())), and it is exactly what tools_list_result / tools_list_sets_required_cache_metadata assert today. CI’s “Rust and script checks” job is red on this head and was green on main.

Do not merge the bump without either updating the handshake tests (and any host docs that assume initialize can select 2026-07-28) or pinning 3.1.4 until that work lands.

Comment thread Cargo.lock
@avifenesh

Copy link
Copy Markdown
Collaborator

Confirmed. rmcp 3.2.0 changes the initialize negotiation and breaks this server’s 2026-07-28 MCP handshake and cache-metadata contract, with the repository test failing on the Dependabot head. This needs a deliberate protocol migration and updated host documentation, not a lockfile-only bump. I am keeping rmcp 3.1.4 and closing this PR.

@avifenesh avifenesh closed this Sep 5, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 5, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/cargo/rmcp-3.2.0 branch September 5, 2026 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants