mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 09:46:54 +02:00
13 lines
220 B
JSON
13 lines
220 B
JSON
|
|
{
|
||
|
|
"servers": {
|
||
|
|
"github-artifacts": {
|
||
|
|
"command": "node",
|
||
|
|
"args": [
|
||
|
|
"tools/mcp/github-artifacts/launch.js"
|
||
|
|
],
|
||
|
|
"env": {
|
||
|
|
"GITHUB_TOKEN": "${env:GITHUB_TOKEN}"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|