diff --git a/Cargo.lock b/Cargo.lock index 6f7636e5..db9f0d4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2803,7 +2803,7 @@ dependencies = [ [[package]] name = "rmcp" version = "1.6.0" -source = "git+https://github.com/contextforge-gateway-rs/mcp-rust-sdk?branch=enabling_propagation_of_new_session_id_2#d07fa4f8d7978cd0829a09fab181437b99a81878" +source = "git+https://github.com/contextforge-gateway-rs/mcp-rust-sdk?rev=d07fa4f8d7978cd0829a09fab181437b99a81878#d07fa4f8d7978cd0829a09fab181437b99a81878" dependencies = [ "async-trait", "base64", @@ -2836,7 +2836,7 @@ dependencies = [ [[package]] name = "rmcp-macros" version = "1.6.0" -source = "git+https://github.com/contextforge-gateway-rs/mcp-rust-sdk?branch=enabling_propagation_of_new_session_id_2#d07fa4f8d7978cd0829a09fab181437b99a81878" +source = "git+https://github.com/contextforge-gateway-rs/mcp-rust-sdk?rev=d07fa4f8d7978cd0829a09fab181437b99a81878#d07fa4f8d7978cd0829a09fab181437b99a81878" dependencies = [ "darling", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 253ac6bf..62b05d3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ rmcp = { version = "1.6.0", features = [ "reqwest", "transport-streamable-http-client-reqwest", "elicitation", -], git = "https://github.com/contextforge-gateway-rs/mcp-rust-sdk", branch = "enabling_propagation_of_new_session_id_2", commit="d07fa4f8d7978cd0829a09fab181437b99a81878" } +], git = "https://github.com/contextforge-gateway-rs/mcp-rust-sdk", rev = "d07fa4f8d7978cd0829a09fab181437b99a81878" } serde = {version= "1.0"} serde_json = "1.0" tracing = "0.1"