Compare commits
3 Commits
fix/mcp.is
...
fix/update
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f4b91900e | ||
|
|
2718c7ad5f | ||
|
|
5713bb17cf |
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"task-master-ai": patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix MCP server error when retrieving tools and resources
|
|
||||||
@@ -32,6 +32,10 @@ class TaskMasterMCPServer {
|
|||||||
this.server = new FastMCP(this.options);
|
this.server = new FastMCP(this.options);
|
||||||
this.initialized = false;
|
this.initialized = false;
|
||||||
|
|
||||||
|
this.server.addResource({});
|
||||||
|
|
||||||
|
this.server.addResourceTemplate({});
|
||||||
|
|
||||||
// Bind methods
|
// Bind methods
|
||||||
this.init = this.init.bind(this);
|
this.init = this.init.bind(this);
|
||||||
this.start = this.start.bind(this);
|
this.start = this.start.bind(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user