From 429deea684bc507f303043ba8526b0052423b78b Mon Sep 17 00:00:00 2001 From: Eyal Toledano Date: Thu, 27 Mar 2025 01:46:13 -0400 Subject: [PATCH] Ensures that the updateTask (single task) doesn't change the title of the task. --- .cursor/mcp.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.cursor/mcp.json b/.cursor/mcp.json index e69de29b..e416c639 100644 --- a/.cursor/mcp.json +++ b/.cursor/mcp.json @@ -0,0 +1,11 @@ +{ + "mcpServers": { + "taskmaster-ai": { + "command": "npx", + "args": [ + "-y", + "bin/task-master-mcp-server.js" + ] + } + } +} \ No newline at end of file