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