fix: MCP config and commands (#141)

This commit is contained in:
Ralph Khreish
2025-04-09 20:01:27 +02:00
committed by GitHub
parent d493e589cf
commit ee694ef0b1
5 changed files with 4 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ MCP (Model Control Protocol) provides the easiest way to get started with Task M
"mcpServers": {
"taskmaster-ai": {
"command": "npx",
"args": ["-y", "task-master-ai", "mcp-server"],
"args": ["-y", "--package", "task-master-ai", "task-master-mcp"],
"env": {
"ANTHROPIC_API_KEY": "YOUR_ANTHROPIC_API_KEY_HERE",
"PERPLEXITY_API_KEY": "YOUR_PERPLEXITY_API_KEY_HERE",