We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423fd12 commit b6db171Copy full SHA for b6db171
crates/apollo-mcp-server/src/server/states/running.rs
@@ -234,8 +234,6 @@ impl ServerHandler for Running {
234
.await
235
}
236
_ => {
237
- // Optionally extract the validated token and propagate it to upstream servers
238
- // if found
239
let mut headers = self.headers.clone();
240
if let Some(axum_parts) = context.extensions.get::<axum::http::request::Parts>() {
241
// Optionally extract the validated token and propagate it to upstream servers if present
0 commit comments