From b6bfeefc46e34e6ce95fe90cb8302e38d1e475eb Mon Sep 17 00:00:00 2001 From: Hannes Rudolph Date: Fri, 6 Jun 2025 10:33:35 -0600 Subject: [PATCH] Remove mcp.json configuration and add it to .gitignore (#4422) --- .gitignore | 1 + .roo/mcp.json | 16 ---------------- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 .roo/mcp.json 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