1 { 2 "servers": { 3 "github-artifacts": { 4 "command": "node", 5 "args": [ 6 "tools/mcp/github-artifacts/launch.js" 7 ], 8 "env": { 9 "GITHUB_TOKEN": "${env:GITHUB_TOKEN}" 10 } 11 } 12 } 13 }