Compare commits
2 Commits
feat/exper
...
fix/mcp.is
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3e5089c4cf | ||
|
|
f2d4f9668a |
5
.changeset/puny-friends-give.md
Normal file
5
.changeset/puny-friends-give.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"task-master-ai": patch
|
||||
---
|
||||
|
||||
Fix MCP server error when retrieving tools and resources
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user