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
|
||||
.string()
|
||||
.optional()
|
||||
.describe(
|
||||
'Absolute path to the project root directory (Optional, usually from session)'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user