diff --git a/.cursor/mcp.json b/.cursor/mcp.json index 1bc744d9..3b7160ae 100644 --- a/.cursor/mcp.json +++ b/.cursor/mcp.json @@ -1,20 +1,8 @@ { - "mcpServers": { - "taskmaster-ai": { - "command": "node", - "args": [ - "./mcp-server/server.js" - ], - "env": { - "ANTHROPIC_API_KEY": "YOUR_ANTHROPIC_API_KEY_HERE", - "PERPLEXITY_API_KEY": "YOUR_PERPLEXITY_API_KEY_HERE", - "MODEL": "claude-3-7-sonnet-20250219", - "PERPLEXITY_MODEL": "sonar-pro", - "MAX_TOKENS": 64000, - "TEMPERATURE": 0.4, - "DEFAULT_SUBTASKS": 5, - "DEFAULT_PRIORITY": "medium" - } - } + "mcpServers": { + "taskMaster": { + "command": "node", + "args": ["mcp-server/server.js"] } -} \ No newline at end of file + } +}