This commit is contained in:
ashisgreat22 2026-03-19 22:17:54 +01:00
parent 1c76661538
commit 6155b36279

View file

@ -27,11 +27,19 @@
}
}
},
"tools": {
"mcpServers": {
"github": {
"enabled": true,
"token": "${GITHUB_TOKEN}"
},
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}"
}
}
},
"tools": {
"elevated": { "enabled": true },
"exec": { "security": "full", "ask": "off" },
"web": {