chore: update docs to remove --package refs (#1220)

This commit is contained in:
Ralph Khreish
2025-09-18 23:39:50 +02:00
committed by GitHub
parent a33abe6c21
commit 4e126430a0
17 changed files with 32 additions and 30 deletions

View File

@@ -19,7 +19,7 @@ description: "This guide walks you through setting up Task Master in your develo
"mcpServers": {
"taskmaster-ai": {
"command": "npx",
"args": ["-y", "--package", "task-master-ai", "task-master-mcp"],
"args": ["-y", "task-master-ai"],
"env": {
"ANTHROPIC_API_KEY": "YOUR_ANTHROPIC_API_KEY_HERE",
"PERPLEXITY_API_KEY": "YOUR_PERPLEXITY_API_KEY_HERE",