fix: update MCP config paths in various files (#1229)

This commit is contained in:
Ralph Khreish
2025-09-22 19:15:17 +02:00
committed by GitHub
parent fd9dd43ee0
commit 674d1f6de7
5 changed files with 11 additions and 6 deletions

View File

@@ -18,8 +18,8 @@ For MCP/Cursor usage: Configure keys in the env section of your .cursor/mcp.json
{
"mcpServers": {
"task-master-ai": {
"command": "node",
"args": ["./mcp-server/server.js"],
"command": "npx",
"args": ["-y", "task-master-ai"],
"env": {
"ANTHROPIC_API_KEY": "ANTHROPIC_API_KEY_HERE",
"PERPLEXITY_API_KEY": "PERPLEXITY_API_KEY_HERE",