fix(get-task): makes the projectRoot argument required to prevent errors when getting tasks.
This commit is contained in:
@@ -65,7 +65,6 @@ export function registerShowTaskTool(server) {
|
|||||||
),
|
),
|
||||||
projectRoot: z
|
projectRoot: z
|
||||||
.string()
|
.string()
|
||||||
.optional()
|
|
||||||
.describe(
|
.describe(
|
||||||
'Absolute path to the project root directory (Optional, usually from session)'
|
'Absolute path to the project root directory (Optional, usually from session)'
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user