fix: cursor connecting to mcp server and typo task-master-mcp
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user