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

@@ -45,7 +45,7 @@ export function setupMCPConfiguration(projectRoot, mcpConfigPath) {
const newMCPServer = {
'task-master-ai': {
command: 'npx',
args: ['-y', '--package=task-master-ai', 'task-master-ai'],
args: ['-y', 'task-master-ai'],
env: {
ANTHROPIC_API_KEY: 'YOUR_ANTHROPIC_API_KEY_HERE',
PERPLEXITY_API_KEY: 'YOUR_PERPLEXITY_API_KEY_HERE',