Skip to content

Commit 400eade

Browse files
chore(deps): bump rmcp from 1.7.0 to 2.0.0
Bumps [rmcp](https://github.com/modelcontextprotocol/rust-sdk) from 1.7.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.7.0...rmcp-v2.0.0) --- updated-dependencies: - dependency-name: rmcp dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c1e9ab6 commit 400eade

2 files changed

Lines changed: 7 additions & 16 deletions

File tree

Cargo.lock

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

crates/echidna-mcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name = "echidna-mcp"
1414
path = "src/main.rs"
1515

1616
[dependencies]
17-
rmcp = { version = "1", features = ["server", "macros", "transport-io"] }
17+
rmcp = { version = "2", features = ["server", "macros", "transport-io"] }
1818
serde = { version = "1", features = ["derive"] }
1919
serde_json = "1"
2020
schemars = "1"

0 commit comments

Comments
 (0)