Skip to content

Commit bfc5fe2

Browse files
committed
chore: format fix
1 parent 4e549b5 commit bfc5fe2

File tree

1 file changed

+5
-1
lines changed
  • crates/apollo-mcp-server/src

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,11 @@ async fn main() -> anyhow::Result<()> {
140140
.start();
141141

142142
match config.transport {
143-
Transport::StreamableHttp { address, port, auth } => {
143+
Transport::StreamableHttp {
144+
address,
145+
port,
146+
auth,
147+
} => {
144148
if config.proxy.enabled {
145149
if auth.is_some() {
146150
anyhow::bail!(ServerError::ProxyAuthNotSupported)

0 commit comments

Comments
 (0)