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
parent f49684a802
commit a9392c8a0d
15 changed files with 529 additions and 2435 deletions

8
.cursor/mcp.json Normal file
View File

@@ -0,0 +1,8 @@
{
"mcpServers": {
"taskMaster": {
"command": "node",
"args": ["mcp-server/server.js"]
}
}
}