Skip to content

Commit 7297e12

Browse files
committed
chore: fixing issues with rmcp v0.6.4
1 parent 45e39a6 commit 7297e12

File tree

5 files changed

+41
-144
lines changed

5 files changed

+41
-144
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ reqwest = { version = "0.12.15", default-features = false, features = [
3131
"json",
3232
"native-tls-vendored",
3333
] }
34-
rmcp = { version = "0.2", features = [
34+
rmcp = { version = "0.6", features = [
3535
"server",
3636
"transport-io",
3737
"transport-sse-server",

crates/apollo-mcp-proxy/src/client.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ pub async fn start_proxy_client(
2020
capabilities: ClientCapabilities::default(),
2121
client_info: Implementation {
2222
name: "mcp remote rust client".to_string(),
23+
title: None,
2324
version: env!("CARGO_PKG_VERSION").to_string(),
25+
icons: None,
26+
website_url: None,
2427
},
2528
};
2629

0 commit comments

Comments
 (0)