fix(mcp): get everything working, cleanup, and test all tools

This commit is contained in:
Ralph Khreish
2025-03-25 19:00:00 +00:00
parent a9392c8a0d
commit bc4e68118c
12 changed files with 244 additions and 202 deletions

4
package-lock.json generated
View File

@@ -19,6 +19,7 @@
"express": "^4.21.2",
"fastmcp": "^1.20.5",
"figlet": "^1.8.0",
"fuse.js": "^7.0.0",
"gradient-string": "^3.0.0",
"helmet": "^8.1.0",
"jsonwebtoken": "^9.0.2",
@@ -27,7 +28,8 @@
},
"bin": {
"task-master": "bin/task-master.js",
"task-master-init": "bin/task-master-init.js"
"task-master-init": "bin/task-master-init.js",
"task-master-mcp": "mcp-server/server.js"
},
"devDependencies": {
"@types/jest": "^29.5.14",