chore: removes the optional from projectRoot.
This commit is contained in:
@@ -27,7 +27,6 @@ export function registerExpandTaskTool(server) {
|
||||
file: z.string().optional().describe("Path to the tasks file"),
|
||||
projectRoot: z
|
||||
.string()
|
||||
.optional()
|
||||
.describe(
|
||||
"Root directory of the project (default: current working directory)"
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user