{
"github": {
"args": [
"mcp-remote",
"https://api.githubcopilot.com/mcp/",
"--header",
"Authorization: Bearer ${AUTH_TOKEN}"
],
"command": "npx",
"env": {
"AUTH_TOKEN": "..."
}
}
}
This doesn't work without spaces escaping ("Authorization:\\ Bearer\\ ${AUTH_TOKEN}")