We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34c11b commit f0f1292Copy full SHA for f0f1292
crates/apollo-mcp-proxy/Cargo.toml
@@ -10,10 +10,10 @@ clap = { version = "4.5.40", features = ["derive"] }
10
tokio.workspace = true
11
tokio-util.workspace = true
12
rmcp = { workspace = true, features = [
13
- "client",
14
- "reqwest",
15
- "transport-streamable-http-client",
16
-]}
+ "client",
+ "reqwest",
+ "transport-streamable-http-client",
+] }
17
tracing.workspace = true
18
tracing-appender = "0.2.3"
19
tracing-subscriber.workspace = true
0 commit comments