Skip to content

Commit b6db171

Browse files
authored
Update crates/apollo-mcp-server/src/server/states/running.rs
1 parent 423fd12 commit b6db171

File tree

1 file changed

+0
-2
lines changed
  • crates/apollo-mcp-server/src/server/states

1 file changed

+0
-2
lines changed

crates/apollo-mcp-server/src/server/states/running.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,6 @@ impl ServerHandler for Running {
234234
.await
235235
}
236236
_ => {
237-
// Optionally extract the validated token and propagate it to upstream servers
238-
// if found
239237
let mut headers = self.headers.clone();
240238
if let Some(axum_parts) = context.extensions.get::<axum::http::request::Parts>() {
241239
// Optionally extract the validated token and propagate it to upstream servers if present

0 commit comments

Comments
 (0)