Adjusts the taskmaster mcp invokation command in mcp.json shipped with taskmaster init.
This commit is contained in:
@@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user