Fixed mcp Configuration Methods #1 package=task-master-ai argument. (#1403)

Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
This commit is contained in:
Erik Karlsson
2025-11-14 03:26:31 -08:00
committed by GitHub
parent da8ed6aa11
commit a381376ba4
2 changed files with 6 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"extension": minor
---
Updated readme mcp configuration example to not include package=task-master-ai.

View File

@@ -312,7 +312,7 @@ Add `TASK_MASTER_TOOLS` to your MCP configuration file's `env` section:
"mcpServers": { // or "servers" for VS Code
"task-master-ai": {
"command": "npx",
"args": ["-y", "--package=task-master-ai", "task-master-ai"],
"args": ["-y", "task-master-ai"],
"env": {
"TASK_MASTER_TOOLS": "standard", // Options: "all", "standard", "core", "lean", or comma-separated list
"ANTHROPIC_API_KEY": "your-key-here",