Bump rmcp from 1.8.0 to 2.0.0 - #392
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [rmcp](https://github.com/modelcontextprotocol/rust-sdk) from 1.8.0 to 2.0.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.8.0...rmcp-v2.0.0) --- updated-dependencies: - dependency-name: rmcp dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e8075b3c6d
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| minijinja = { version = "2.5", features = ["builtins", "serde", "unstable_machinery"] } | ||
| wasm-bindgen = { version = "0.2", optional = true } | ||
| rmcp = { version = "1.4.0", optional = true, features = ["transport-io"] } | ||
| rmcp = { version = "2.0.0", optional = true, features = ["transport-io"] } |
There was a problem hiding this comment.
Refresh the standalone crate's lockfile
When sidemantic-rs is built outside the parent workspace (for example, from a copied source tree or source distribution) with --locked, Cargo uses sidemantic-rs/Cargo.lock, which still pins rmcp 1.7.0 and cannot satisfy this new ^2.0.0 requirement. Regenerate that nested lockfile alongside the workspace lockfile so standalone locked builds do not fail before compilation.
Useful? React with 👍 / 👎.
Bumps rmcp from 1.8.0 to 2.0.0.
Release notes
Sourced from rmcp's releases.
Commits
67a3085chore: release v2.0.0 (#920)c1a8b29fix: prevent OAuth resource spoofing (#937)eb435c6fix: block oauth metadata ssrf (#935)dfa7fd6fix: prevent streamable HTTP session leak (#934)e1af378chore: consolidate repeated rmcp tests (#931)4b9bea7Revert "feat!: relax tool result structuredContent type (#919)" (#932)b8a936cfeat!: relax tool result structuredContent type (#919)4158528fix: fill missing fully qualified syntax in prompt_handler macros (#866)d1cabb4feat: deprecate roots/sampling/logging types (#923)f07ee4adocs: align README examples with v2 model API (#928)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.