Skip to content

Commit 1edc2c2

Browse files
swcollardDaleSeo
authored andcommitted
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
1 parent a61bf3d commit 1edc2c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
### feat: Configuration for disabling authorization token passthrough - @swcollard PR #336
2+
3+
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

Comments
 (0)