Skip to content

Commit dbb2e26

Browse files
its-mashclaude
andcommitted
fix: update test crate rmcp version to 0.15.0 to match workspace patch
The integration test crate pinned rmcp to 0.14.0 while the workspace patch targets 0.15.0, causing CI to use the unpatched crates.io version which lacks the StoredCredentials::granted_scopes field and has incompatible ServerHandler trait bounds. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent 994af1c commit dbb2e26

2 files changed

Lines changed: 5 additions & 51 deletions

File tree

Cargo.lock

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

tests/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ url = "2.5"
5050
parking_lot = "0.12"
5151

5252
# RMCP for streamable HTTP transport tests
53-
rmcp = { version = "0.14.0", features = [
53+
rmcp = { version = "0.15.0", features = [
5454
"client",
5555
"server",
5656
"transport-streamable-http-server",

0 commit comments

Comments
 (0)