Adjusts the taskmaster mcp invokation command in mcp.json shipped with taskmaster init.

This commit is contained in:
Eyal Toledano
2025-04-01 02:04:34 -04:00
parent f9ef0c1887
commit c98b0cea11

View File

@@ -694,8 +694,8 @@ function setupMCPConfiguration(targetDir, projectName) {
"task-master-ai": { "task-master-ai": {
"command": "npx", "command": "npx",
"args": [ "args": [
"task-master-ai", "-y",
"mcp-server" "task-master-mcp-server"
] ]
} }
}; };