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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@ The following attributes can be specified in the file:
27
27
-`version`: The version of the MCP server
28
28
-`url`: The URL of the GraphQL endpoint
29
29
-`token_command`: The command to use to request the Bearer token for the `Authorization` header (optional)
30
+
-`env`: A map of environment variables to pass to the token command (optional)
31
+
-`env_passthrough`: If set to `true`, passes all environment variables used when invoking mcp-graphql-forge to the token command; if used in conjunction with `env`, the variables from `env` will take precedence (optional, defaults to `false`)
0 commit comments