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
But (using a different MCP server) I can't get it to work. It seems to pass the literal string (in the example GITHUB_PERSONAL_ACCESS_TOKEN) as arg, instead of replacing it with the value from the env.
I checked the code and can't find it resolving the env var. Is that missing? Or am I doing something wrong?
The example config contains this:
mods/config_template.yml
Lines 12 to 22 in bee8b17
But (using a different MCP server) I can't get it to work. It seems to pass the literal string (in the example
GITHUB_PERSONAL_ACCESS_TOKEN) as arg, instead of replacing it with the value from the env.I checked the code and can't find it resolving the env var. Is that missing? Or am I doing something wrong?