fix: cursor connecting to mcp server and typo task-master-mcp

This commit is contained in:
Ralph Khreish
2025-03-29 12:10:48 +01:00
parent eeae027d2b
commit 9fd42eeafd
3 changed files with 8 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
"bin": {
"task-master": "bin/task-master.js",
"task-master-init": "bin/task-master-init.js",
"task-master-mcp-server": "mcp-server/server.js"
"task-master-mcp": "mcp-server/server.js"
},
"scripts": {
"test": "node --experimental-vm-modules node_modules/.bin/jest",