Skip to content

Commit 9db4aab

Browse files
committed
chore: updating doc comments for proxy values
1 parent f74e201 commit 9db4aab

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
@@ -70,10 +70,12 @@ pub enum Transport {
7070
port: u16,
7171

7272
/// Flag indicating whether to spin up a proxy server
73+
/// [default: false]
7374
#[serde(default = "Transport::default_proxy")]
7475
proxy: bool,
7576

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

0 commit comments

Comments
 (0)