Skip to content

Commit 7a35974

Browse files
committed
chore: updating doc comments for proxy values
1 parent 3f41c91 commit 7a35974

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
@@ -65,10 +65,12 @@ pub enum Transport {
6565
port: u16,
6666

6767
/// Flag indicating whether to spin up a proxy server
68+
/// [default: false]
6869
#[serde(default = "Transport::default_proxy")]
6970
proxy: bool,
7071

71-
/// Proxy server endpoint
72+
/// Proxy server endpoint to connect to if proxy is enabled
73+
/// [default: http://<address>:<port>/mcp]
7274
#[serde(default = "Transport::default_proxy_endpoint")]
7375
proxy_endpoint: String,
7476
},

0 commit comments

Comments
 (0)