feat(wip): set up mcp server and tools, but mcp on cursor not working despite working in inspector

This commit is contained in:
Ralph Khreish
2025-03-25 00:39:20 +00:00
committed by Eyal Toledano
parent e6c062d061
commit 2b5fab5cb5

View File

@@ -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"]
}
}
}
}