diff --git a/.gitignore b/.gitignore index 7bd0777..0384e36 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,5 @@ output/playwright/ .claude/ .ruler/ .playwright/ +.mcp.json +.opencode.json diff --git a/.mcp.json b/.mcp.json deleted file mode 100644 index c942808..0000000 --- a/.mcp.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "mcpServers": { - "code-review-graph": { - "command": "uvx", - "args": [ - "code-review-graph", - "serve" - ], - "type": "stdio" - } - } -} diff --git a/.opencode.json b/.opencode.json deleted file mode 100644 index 81d79fa..0000000 --- a/.opencode.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "mcpServers": { - "code-review-graph": { - "command": "uvx", - "args": [ - "code-review-graph", - "serve" - ], - "type": "stdio", - "env": [] - } - } -}