diff --git a/.gitignore b/.gitignore index 0c032bbf76..967e956b55 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ logs .idea/ .qodo/ .vercel +.roo/mcp.json diff --git a/.roo/mcp.json b/.roo/mcp.json deleted file mode 100644 index 529c8843a6..0000000000 --- a/.roo/mcp.json +++ /dev/null @@ -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": [] - } - } -} \ No newline at end of file