Remove mcp.json configuration and add it to .gitignore (#4422)

This commit is contained in:
Hannes Rudolph 2025-06-06 10:33:35 -06:00 committed by GitHub
parent 39d7f559d2
commit b6bfeefc46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 16 deletions

1
.gitignore vendored
View file

@ -43,3 +43,4 @@ logs
.idea/
.qodo/
.vercel
.roo/mcp.json

View file

@ -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": []
}
}
}