Skip to content

Commit d4e5b06

Browse files
committed
fix current phase structure
1 parent 98cc27a commit d4e5b06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/mcp/tools/challenges/queryChallenges.output.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,11 +295,11 @@ export const QUERY_CHALLENGES_TOOL_OUTPUT_SCHEMA = z.object({
295295
.string()
296296
.optional()
297297
.describe('Identifier of the predecessor phase (optional)'),
298-
additionalProperties: z
299-
.object({})
298+
actualEndDate: z
299+
.string()
300300
.optional()
301301
.describe(
302-
'Additional properties for the current phase (optional)',
302+
'Actual end date of the current phase (ISO format, optional)',
303303
),
304304
})
305305
.optional()

0 commit comments

Comments
 (0)