Skip to content

Bump rmcp from 0.8.5 to 0.10.0#138

Merged
linw1995 merged 3 commits intomainfrom
dependabot/cargo/rmcp-0.10.0
Dec 3, 2025
Merged

Bump rmcp from 0.8.5 to 0.10.0#138
linw1995 merged 3 commits intomainfrom
dependabot/cargo/rmcp-0.10.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Bumps rmcp from 0.8.5 to 0.10.0.

Release notes

Sourced from rmcp's releases.

rmcp-macros-v0.10.0

Fixed

  • (shemars) use JSON Schema 2020-12 as Default Dialect (#549)

rmcp-v0.10.0

Added

  • add support for custom client notifications (#556)

Other

  • replace paste with pastey for macros feature (#564)

rmcp-macros-v0.9.1

Fixed

  • (shemars) use JSON Schema 2020-12 as Default Dialect (#549)

rmcp-v0.9.1

Added

  • (streamable-http) support both SSE and JSON response formats (#540)

Fixed

  • don't block on creating the SSE stream (#553)
  • (shemars) use JSON Schema 2020-12 as Default Dialect (#549)
  • (oauth) let OAuth discovery skip to next well-known URL candidate on JSON parse error. (#545)

Other

  • Implementation of SEP-986: Specify Format for Tool Names (#551)

rmcp-macros-v0.9.0

Added

  • (tool) add _meta to tool definitions (#534)

rmcp-v0.9.0

Added

  • (auth) implement CredentialStore trait (#542)
  • (tool) add _meta to tool definitions (#534)
Commits
  • 57d1ac9 chore: release v0.9.2 (#567)
  • 4ef1a16 feat: add support for custom client notifications (#556)
  • b6dcb28 chore: replace paste with pastey for macros feature (#564)
  • 94428d5 docs: mark SSE transport examples as deprecated (#561)
  • 2b60f8a chore: release v0.9.1 (#548)
  • 97ef6c9 Implementation of SEP-986: Specify Format for Tool Names (#551)
  • cf45070 feat(streamable-http): support both SSE and JSON response formats (#540)
  • 25e2ec4 chore(deps): bump actions/checkout from 5 to 6 (#554)
  • da57ee7 fix: don't block on creating the SSE stream (#553)
  • 76cdf48 fix(shemars): use JSON Schema 2020-12 as Default Dialect (#549)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 0.8.5 to 0.10.0.
- [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases)
- [Commits](modelcontextprotocol/rust-sdk@rmcp-v0.8.5...rmcp-v0.10.0)

---
updated-dependencies:
- dependency-name: rmcp
  dependency-version: 0.10.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 Dec 2, 2025
Simplify the From<&dyn DynamicTool> for Tool implementation by
using the Tool::new() constructor instead of manual struct
initialization. This reduces code duplication and improves
maintainability while preserving the same functionality.
This improves portability across different Unix-like systems where
bash may be installed in non-standard locations. The change ensures
compatibility with systems that follow the Filesystem Hierarchy
Standard (FHS) and use /usr/bin/env to locate the bash interpreter.
@linw1995 linw1995 self-assigned this Dec 3, 2025
@codecov
Copy link
Copy Markdown

codecov bot commented Dec 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.32%. Comparing base (641bf94) to head (7da2422).
⚠️ Report is 14 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #138      +/-   ##
==========================================
- Coverage   80.38%   80.32%   -0.07%     
==========================================
  Files          13       13              
  Lines        4935     4929       -6     
==========================================
- Hits         3967     3959       -8     
- Misses        968      970       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@linw1995 linw1995 merged commit d79ad9b into main Dec 3, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/rmcp-0.10.0 branch December 3, 2025 13:25
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