chore: removes the optional from projectRoot.

This commit is contained in:
Eyal Toledano
2025-03-31 15:58:52 -04:00
parent 8ce7db99d9
commit b23d5afd66
15 changed files with 11 additions and 15 deletions

View File

@@ -23,7 +23,6 @@ export function registerGenerateTool(server) {
output: z.string().optional().describe("Output directory (default: same directory as tasks file)"),
projectRoot: z
.string()
.optional()
.describe(
"Root directory of the project (default: current working directory)"
),