fix: dependency manager & friend fixes (#307)

This commit is contained in:
Ralph Khreish
2025-04-23 02:00:27 +02:00
committed by GitHub
parent ddf0947710
commit 2829194d3c
5 changed files with 25 additions and 15 deletions

View File

@@ -27,7 +27,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"],
"args": ["-y", "--package=task-master-ai", "task-master-ai"],
"env": {
"ANTHROPIC_API_KEY": "YOUR_ANTHROPIC_API_KEY_HERE",
"PERPLEXITY_API_KEY": "YOUR_PERPLEXITY_API_KEY_HERE",