We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e5b06 commit 37466caCopy full SHA for 37466ca
src/mcp/tools/challenges/queryChallenges.output.ts
@@ -205,6 +205,10 @@ export const QUERY_CHALLENGES_TOOL_OUTPUT_SCHEMA = z.object({
205
.object({
206
totalPrizes: z.number().describe('Total prize amount'),
207
type: z.string().optional().describe('Challenge prizes currency'),
208
+ totalPrizesInCents: z
209
+ .number()
210
+ .optional()
211
+ .describe('Total prize amount in cents'),
212
})
213
.describe('Overview of the challenge'),
214
skills: z
0 commit comments