Skip to content

Bump rmcp from 1.5.0 to 1.7.0 in /src-tauri#234

Merged
tylergraydev merged 1 commit into
mainfrom
dependabot/cargo/src-tauri/rmcp-1.7.0
May 16, 2026
Merged

Bump rmcp from 1.5.0 to 1.7.0 in /src-tauri#234
tylergraydev merged 1 commit into
mainfrom
dependabot/cargo/src-tauri/rmcp-1.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 15, 2026

Copy link
Copy Markdown
Contributor

Bumps rmcp from 1.5.0 to 1.7.0.

Release notes

Sourced from rmcp's releases.

rmcp-macros-v1.7.0

Added

  • add task-based stdio examples (#839)

rmcp-v1.7.0

Added

  • add task-based stdio examples (#839)

Fixed

  • (rmcp) flatten Resource variant of PromptMessageContent (#843)
  • reply -32700 on stdio parse errors instead of closing (#833)

Other

  • (rmcp) remove dependency on chrono default features (#829)
  • Fix/issue 817 idle timeout log level (#824)

rmcp-macros-v1.6.0

Fixed

  • (docs) use correct Parameters syntax in tool examples (#814)

Other

  • add systemprompt-template to Built with rmcp (#820)

rmcp-v1.6.0

Added

  • (http) log Host/Origin rejections (#826)
  • (http) add Origin header validation (#823)
  • (router) support runtime disabling of tools (#809)
  • optional session store (resumabillity support) (#775)

Fixed

  • add init_timeout for streamable-http sessions (#811)
  • (http) fall back to :authority for HTTP/2 (#827)
  • (docs) use correct Parameters syntax in tool examples (#814)

Other

  • add systemprompt-template to Built with rmcp (#820)
Commits
  • 3529c36 chore: release v1.6.1 (#831)
  • d695046 fix: enable task support on counter long_task example (#838)
  • 5ccdfc0 feat: add task-based stdio examples (#839)
  • d83b156 fix(rmcp): flatten Resource variant of PromptMessageContent (#843)
  • 321ab14 fix: reply -32700 on stdio parse errors instead of closing (#833)
  • 0f776ab chore(rmcp): remove dependency on chrono default features (#829)
  • 3bf5298 ci: extend semver check to all features except local (#832)
  • 88df9af chore(deps): update askama requirement from 0.15 to 0.16 (#830)
  • 2f8d3b7 Fix/issue 817 idle timeout log level (#824)
  • 014fb2e chore: release v1.6.0 (#818)
  • Additional commits viewable in compare view

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 1.5.0 to 1.7.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-v1.5.0...rmcp-v1.7.0)

---
updated-dependencies:
- dependency-name: rmcp
  dependency-version: 1.7.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 May 15, 2026
@tylergraydev tylergraydev merged commit e7c835f into main May 16, 2026
17 of 20 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/src-tauri/rmcp-1.7.0 branch May 16, 2026 16:15
tylergraydev added a commit that referenced this pull request May 16, 2026
Replaces all 5 `@stable` refs across build.yml, release.yml, and
rust-tests.yml with a SHA pin to 29eef336d9b2848a0b548edc03f92a220660cdb8
(`@stable` head as of 2026-03-27).

## Why

`@stable` is a floating ref — any regression dtolnay ships breaks
every PR in flight at once, and we have no signal until a build fails.
Pinning to SHA freezes our action surface so toolchain changes become
explicit lockfile-style updates we choose to take.

## What this does NOT fix

The recent macOS `cargo metadata` -> `rustup-init` flake hitting
several open PRs (#226, #228, #231, #232, #234) is runner-side, not
action-side: this SHA was already what `@stable` resolved to before
and during the flake window. Reruns of failed jobs are passing on the
same SHA, confirming it's transient runner state, not the action.

So this PR is hygiene, not the fix for the current symptom. If the
flake persists we'll need to either work around in the workflow
(retry on the rust-toolchain step) or switch to
`actions-rust-lang/setup-rust-toolchain`.

## Updating later

When we want a newer toolchain or action behavior, bump the SHA and
update the trailing comment. Dependabot can be configured to track
github-actions and propose the bumps.

Co-authored-by: Tyler Gray <tylerg@emergentsoftware.net>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.

1 participant