Compare commits
1 Commits
crunchyman
...
crunchyman
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8a0a7b1878 |
5
.changeset/seven-numbers-juggle.md
Normal file
5
.changeset/seven-numbers-juggle.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"task-master-ai": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix addTask tool `projectRoot not defined`
|
||||||
@@ -45,6 +45,8 @@ export function registerAddTaskTool(server) {
|
|||||||
if (args.priority) cmdArgs.push(`--priority=${args.priority}`);
|
if (args.priority) cmdArgs.push(`--priority=${args.priority}`);
|
||||||
if (args.file) cmdArgs.push(`--file=${args.file}`);
|
if (args.file) cmdArgs.push(`--file=${args.file}`);
|
||||||
|
|
||||||
|
const projectRoot = args.projectRoot;
|
||||||
|
|
||||||
const result = executeTaskMasterCommand(
|
const result = executeTaskMasterCommand(
|
||||||
"add-task",
|
"add-task",
|
||||||
log,
|
log,
|
||||||
|
|||||||
Reference in New Issue
Block a user