chore: removes the optional from projectRoot.

This commit is contained in:
Eyal Toledano
2025-03-31 15:58:52 -04:00
parent 3bfbe19fe3
commit 0e16d27294
15 changed files with 11 additions and 15 deletions

View File

@@ -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)"
),