mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Add MCP configuration file (#4363)
This commit is contained in:
parent
84c6f44e56
commit
2a92312b85
1 changed files with 16 additions and 0 deletions
16
.roo/mcp.json
Normal file
16
.roo/mcp.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"mcpServers": {
|
||||
"github": {
|
||||
"command": "docker",
|
||||
"args": [
|
||||
"run",
|
||||
"-i",
|
||||
"--rm",
|
||||
"-e",
|
||||
"GITHUB_PERSONAL_ACCESS_TOKEN=${env:GITHUB_PERSONAL_ACCESS_TOKEN}",
|
||||
"ghcr.io/github/github-mcp-server"
|
||||
],
|
||||
"alwaysAllow": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue