fix: addTask mcp tool
This commit is contained in:
@@ -45,6 +45,8 @@ export function registerAddTaskTool(server) {
|
||||
if (args.priority) cmdArgs.push(`--priority=${args.priority}`);
|
||||
if (args.file) cmdArgs.push(`--file=${args.file}`);
|
||||
|
||||
const projectRoot = args.projectRoot;
|
||||
|
||||
const result = executeTaskMasterCommand(
|
||||
"add-task",
|
||||
log,
|
||||
|
||||
Reference in New Issue
Block a user