From 86aeae3ce9f88305e87621bd4bc9c45ab7193daf Mon Sep 17 00:00:00 2001 From: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com> Date: Tue, 25 Mar 2025 19:00:00 +0000 Subject: [PATCH] fix(mcp): get everything working, cleanup, and test all tools --- .cursor/mcp.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.cursor/mcp.json b/.cursor/mcp.json index 3b7160ae..e69de29b 100644 --- a/.cursor/mcp.json +++ b/.cursor/mcp.json @@ -1,8 +0,0 @@ -{ - "mcpServers": { - "taskMaster": { - "command": "node", - "args": ["mcp-server/server.js"] - } - } -}