fix: adjust mcp to always use absolute path in description (#143)

This commit is contained in:
Ralph Khreish
2025-04-09 20:52:29 +02:00
committed by GitHub
parent ee694ef0b1
commit 0e73bcf9a7
20 changed files with 37 additions and 25 deletions

View File

@@ -21,7 +21,7 @@ export function registerNextTaskTool(server) {
description:
'Find the next task to work on based on dependencies and status',
parameters: z.object({
file: z.string().optional().describe('Path to the tasks file'),
file: z.string().optional().describe('Absolute path to the tasks file'),
projectRoot: z
.string()
.optional()