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

@@ -30,9 +30,9 @@ class TaskMasterMCPServer {
this.server = new FastMCP(this.options);
this.initialized = false;
// this.server.addResource({});
this.server.addResource({});
// this.server.addResourceTemplate({});
this.server.addResourceTemplate({});
// Bind methods
this.init = this.init.bind(this);