Compare commits

...

2 Commits

Author SHA1 Message Date
Ralph Khreish
3e5089c4cf chore: implement requested changes 2025-07-18 01:00:16 +03:00
Ralph Khreish
f2d4f9668a refactor: remove unused resource and resource template initialization 2025-07-18 00:28:52 +03:00
2 changed files with 5 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
---
"task-master-ai": patch
---
Fix MCP server error when retrieving tools and resources

View File

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