Skip to content

Commit a941128

Browse files
committed
chore: updating doc comments for proxy values
1 parent 461088e commit a941128

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
@@ -72,10 +72,12 @@ pub enum Transport {
7272
port: u16,
7373

7474
/// Flag indicating whether to spin up a proxy server
75+
/// [default: false]
7576
#[serde(default = "Transport::default_proxy")]
7677
proxy: bool,
7778

78-
/// Proxy server endpoint
79+
/// Proxy server endpoint to connect to if proxy is enabled
80+
/// [default: http://<address>:<port>/mcp]
7981
#[serde(default = "Transport::default_proxy_endpoint")]
8082
proxy_endpoint: String,
8183
},

0 commit comments

Comments
 (0)