Skip to content

Commit 83b9464

Browse files
committed
update sdk
1 parent 622b3f3 commit 83b9464

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.1"
44
edition = "2024"
55

66
[dependencies]
7-
rmcp = { git = "https://github.com/modelcontextprotocol/rust-sdk.git", rev = "18346b94e4e71463a06d93852cfc26c683ca5b83", features = ["server", "client", "transport-sse", "transport-child-process"] }
7+
rmcp = { git = "https://github.com/modelcontextprotocol/rust-sdk.git", rev = "afb8a905e54b87c69e880f9377cfe8424aa6f13b", features = ["server", "client", "transport-sse", "transport-child-process"] }
88
clap = { version = "4.5.37", features = ["derive"] }
99
tokio = { version = "1", features = ["full"] }
1010
tracing = "0.1.41"
@@ -20,7 +20,7 @@ version = "0.9"
2020
features = ["vendored"]
2121

2222
[dev-dependencies]
23-
rmcp = { git = "https://github.com/modelcontextprotocol/rust-sdk.git", rev = "18346b94e4e71463a06d93852cfc26c683ca5b83", features = ["server", "client", "transport-sse", "transport-sse-server", "transport-child-process", "macros"] }
23+
rmcp = { git = "https://github.com/modelcontextprotocol/rust-sdk.git", rev = "afb8a905e54b87c69e880f9377cfe8424aa6f13b", features = ["server", "client", "transport-sse", "transport-sse-server", "transport-child-process", "macros"] }
2424
axum = { version = "0.8", features = ["macros"] }
2525
serde = { version = "1.0", features = ["derive"] }
2626
serde_json = "1.0"

0 commit comments

Comments
 (0)