chore: uncomments the addResource and addResourceTemplate calls in the index.js for MCP. TODO: Figure out the project roots so we can do this on other projects vs just our own.

This commit is contained in:
Eyal Toledano
2025-03-31 12:47:53 -04:00
parent d0092a6e6f
commit 04c2dee593
3 changed files with 4 additions and 4 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);