chore: Adjusts the mcp server command from task-master-mcp-server to task-master-mcp. It cannot be simpler because global installations of the npm package would expose this as a globally available command. Calling it like 'mcp' could collide and also is lacking in branding and clarity of what command would be run. This is as good as we can make it.

This commit is contained in:
Eyal Toledano
2025-04-03 15:17:11 -04:00
parent a908109cf7
commit 087fbf7952
4 changed files with 5 additions and 4 deletions

View File

@@ -710,7 +710,8 @@ function setupMCPConfiguration(targetDir, projectName) {
"command": "npx",
"args": [
"-y",
"task-master-mcp-server"
"task-master-ai",
"task-master-mcp"
],
"env": {
"ANTHROPIC_API_KEY": "%ANTHROPIC_API_KEY%",