Skip to content

Commit d9929c5

Browse files
committed
chore: updating doc comments for proxy values
1 parent 3cdc906 commit d9929c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/apollo-mcp-server/src/server.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,12 @@ pub enum Transport {
8181
port: u16,
8282

8383
/// Flag indicating whether to spin up a proxy server
84+
/// [default: false]
8485
#[serde(default = "Transport::default_proxy")]
8586
proxy: bool,
8687

87-
/// Proxy server endpoint
88+
/// Proxy server endpoint to connect to if proxy is enabled
89+
/// [default: http://<address>:<port>/mcp]
8890
#[serde(default = "Transport::default_proxy_endpoint")]
8991
proxy_endpoint: String,
9092
},

0 commit comments

Comments
 (0)