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
f3a6892051
commit
4f634b1fab
@@ -1,10 +1,8 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"taskmaster-ai": {
|
||||
"command": "node",
|
||||
"args": [
|
||||
"./mcp-server/server.js"
|
||||
]
|
||||
}
|
||||
"mcpServers": {
|
||||
"taskMaster": {
|
||||
"command": "node",
|
||||
"args": ["mcp-server/server.js"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user