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 e90f822bdd
commit 65e0fcc328

View File

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