Don't add task-master-mcp to mcp.json if it already exists (#169)

This commit is contained in:
Joe Danziger
2025-04-11 12:07:58 -04:00
committed by GitHub
parent a3f9deabcf
commit 533f5cdc25
5 changed files with 27 additions and 7 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", "--package", "task-master-ai", "task-master-mcp"],
"args": ["-y", "task-master-mcp"],
"env": {
"ANTHROPIC_API_KEY": "YOUR_ANTHROPIC_API_KEY_HERE",
"PERPLEXITY_API_KEY": "YOUR_PERPLEXITY_API_KEY_HERE",