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