From 3aad7a0ecc2c35ab18e67d3883f9613b4511e9f3 Mon Sep 17 00:00:00 2001 From: Adam Ladachowski Date: Wed, 11 Feb 2026 14:13:40 +0100 Subject: [PATCH] Remove dev .mcp.json (conflicts with plugin MCP name) --- .mcp.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .mcp.json diff --git a/.mcp.json b/.mcp.json deleted file mode 100644 index e2697b2..0000000 --- a/.mcp.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "mcpServers": { - "browse": { - "command": "node", - "args": ["dist/mcp.js"] - } - } -}