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

@@ -17,7 +17,7 @@ Add the following configuration to the user's MCP settings file (`.cursor/mcp.js
"mcpServers": {
"taskmaster-ai": {
"command": "npx",
"args": ["-y", "--package=task-master-ai", "task-master-ai"],
"args": ["-y", "task-master-ai"],
"env": {
"ANTHROPIC_API_KEY": "user_will_add_their_key_here",
"PERPLEXITY_API_KEY": "user_will_add_their_key_here",