From 65e0fcc328e8b1d64d639aa756674515cca229f9 Mon Sep 17 00:00:00 2001 From: Eyal Toledano Date: Tue, 1 Apr 2025 02:04:34 -0400 Subject: [PATCH] Adjusts the taskmaster mcp invokation command in mcp.json shipped with taskmaster init. --- scripts/init.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/init.js b/scripts/init.js index eabda983..ef5cfef6 100755 --- a/scripts/init.js +++ b/scripts/init.js @@ -694,8 +694,8 @@ function setupMCPConfiguration(targetDir, projectName) { "task-master-ai": { "command": "npx", "args": [ - "task-master-ai", - "mcp-server" + "-y", + "task-master-mcp-server" ] } };