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 3cdc906 commit d9929c5Copy full SHA for d9929c5
crates/apollo-mcp-server/src/server.rs
@@ -81,10 +81,12 @@ pub enum Transport {
81
port: u16,
82
83
/// Flag indicating whether to spin up a proxy server
84
+ /// [default: false]
85
#[serde(default = "Transport::default_proxy")]
86
proxy: bool,
87
- /// Proxy server endpoint
88
+ /// Proxy server endpoint to connect to if proxy is enabled
89
+ /// [default: http://<address>:<port>/mcp]
90
#[serde(default = "Transport::default_proxy_endpoint")]
91
proxy_endpoint: String,
92
},
0 commit comments