You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Configuration for disabling authorization token passthrough (#336)
* Allow config for not forwarding Auth tokens to GraphQL API
* use serde default to make new config optional
* Changeset
* Fix default case in main.rs
* Add new config option to documentation
A new optional new MCP Server configuration parameter, `transport.auth.disable_auth_token_passthrough`, which is `false` by default, that when true, will no longer pass through validated Auth tokens to the GraphQL API.
0 commit comments