BoltAI
Create
Log in
Sign up
Roadmap
Feedback
Bug Reports
106
Changelog
Voters
J
John
Powered by Canny
1
Spaces aren't escaped in MCP server args
J
John
{
"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}")
2 days ago
Powered by Canny