mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Remove mcp.json configuration and add it to .gitignore (#4422)
This commit is contained in:
parent
39d7f559d2
commit
b6bfeefc46
2 changed files with 1 additions and 16 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -43,3 +43,4 @@ logs
|
|||
.idea/
|
||||
.qodo/
|
||||
.vercel
|
||||
.roo/mcp.json
|
||||
|
|
|
|||
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"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