Skip to content

Commit 92632d2

Browse files
committed
Updated dependencies for rmcp to 1.6
1 parent 2b4a92c commit 92632d2

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -22,15 +22,15 @@ contextforge-gateway-rs = { path = "./crates/contextforge-gateway-rs" }
2222
contextforge-gateway-rs-lib = { path = "./crates/contextforge-gateway-rs-lib", features = [
2323
"with_tools",
2424
] }
25-
rmcp = { version = "1.5.0", features = [
25+
rmcp = { version = "1.6.0", features = [
2626
"server",
2727
"client",
2828
"auth",
2929
"transport-streamable-http-server",
3030
"reqwest",
3131
"transport-streamable-http-client-reqwest",
3232
"elicitation",
33-
], git = "https://github.com/contextforge-gateway-rs/mcp-rust-sdk", branch = "enabling_propagation_of_new_session_id_2" }
33+
], git = "https://github.com/contextforge-gateway-rs/mcp-rust-sdk", branch = "enabling_propagation_of_new_session_id_2", commit="d07fa4f8d7978cd0829a09fab181437b99a81878" }
3434

3535

3636
serde = "1.0"

0 commit comments

Comments
 (0)