forked from penal-colony/nixos-vps
.
This commit is contained in:
parent
1c76661538
commit
6155b36279
1 changed files with 12 additions and 4 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue