Skip to content

Commit c71cd9d

Browse files
committed
chore: format fix
1 parent 0743763 commit c71cd9d

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
@@ -151,7 +151,11 @@ async fn main() -> anyhow::Result<()> {
151151
.start();
152152

153153
match config.transport {
154-
Transport::StreamableHttp { address, port, auth } => {
154+
Transport::StreamableHttp {
155+
address,
156+
port,
157+
auth,
158+
} => {
155159
if config.proxy.enabled {
156160
if auth.is_some() {
157161
anyhow::bail!(ServerError::ProxyAuthNotSupported)

0 commit comments

Comments
 (0)