feat(wip): set up mcp server and tools, but mcp on cursor not working despite working in inspector
This commit is contained in:
committed by
Eyal Toledano
parent
e6c062d061
commit
2b5fab5cb5
@@ -1,20 +1,8 @@
|
|||||||
{
|
{
|
||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"taskmaster-ai": {
|
"taskMaster": {
|
||||||
"command": "node",
|
"command": "node",
|
||||||
"args": [
|
"args": ["mcp-server/server.js"]
|
||||||
"./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"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user