diff --git a/.codegraph/daemon.pid b/.codegraph/daemon.pid deleted file mode 100644 index 6baa259..0000000 --- a/.codegraph/daemon.pid +++ /dev/null @@ -1,6 +0,0 @@ -{ - "pid": 46884, - "version": "0.9.9", - "socketPath": "\\\\.\\pipe\\codegraph-7bcc7a2b16d00925", - "startedAt": 1784567658430 -} diff --git a/.cursor/mcp.json b/.cursor/mcp.json.example similarity index 100% rename from .cursor/mcp.json rename to .cursor/mcp.json.example diff --git a/.gitignore b/.gitignore index e31dcc1..6511528 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,7 @@ Thumbs.db # Build version.txt .codegraph/daemon.pid + +# Local MCP configs (may contain REUI license Bearer) +.cursor/mcp.json +.mcp.json diff --git a/.mcp.json b/.mcp.json deleted file mode 100644 index f825830..0000000 --- a/.mcp.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "mcpServers": { - "codegraph": { - "type": "stdio", - "command": "codegraph", - "args": [ - "serve", - "--mcp" - ] - }, - "reui": { - "type": "http", - "url": "https://mcp.reui.io/api/mcp" - } - } -}