.
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": {
|
"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": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue