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 f74e201 commit 9db4aabCopy full SHA for 9db4aab
crates/apollo-mcp-server/src/server.rs
@@ -70,10 +70,12 @@ pub enum Transport {
70
port: u16,
71
72
/// Flag indicating whether to spin up a proxy server
73
+ /// [default: false]
74
#[serde(default = "Transport::default_proxy")]
75
proxy: bool,
76
- /// Proxy server endpoint
77
+ /// Proxy server endpoint to connect to if proxy is enabled
78
+ /// [default: http://<address>:<port>/mcp]
79
#[serde(default = "Transport::default_proxy_endpoint")]
80
proxy_endpoint: String,
81
},
0 commit comments