Skip to content

Commit 37466ca

Browse files
committed
add totalPrizesInCents
1 parent d4e5b06 commit 37466ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,10 @@ export const QUERY_CHALLENGES_TOOL_OUTPUT_SCHEMA = z.object({
205205
.object({
206206
totalPrizes: z.number().describe('Total prize amount'),
207207
type: z.string().optional().describe('Challenge prizes currency'),
208+
totalPrizesInCents: z
209+
.number()
210+
.optional()
211+
.describe('Total prize amount in cents'),
208212
})
209213
.describe('Overview of the challenge'),
210214
skills: z

0 commit comments

Comments
 (0)