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": { "github": {
"enabled": true, "command": "npx",
"token": "${GITHUB_TOKEN}" "args": [
}, "-y",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN}"
}
}
},
"tools": {
"elevated": { "enabled": true }, "elevated": { "enabled": true },
"exec": { "security": "full", "ask": "off" }, "exec": { "security": "full", "ask": "off" },
"web": { "web": {