Skip to content

Commit 763d7df

Browse files
committed
make desc in category nullable
1 parent 77630ec commit 763d7df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mcp/tools/skills/querySkills.output.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export const QUERY_SKILLS_TOOL_OUTPUT_SCHEMA = z.object({
2525
name: z.string().describe('Category name'),
2626
description: z
2727
.string()
28+
.nullable()
2829
.optional()
2930
.describe('Detailed description of the category'),
3031
})

0 commit comments

Comments
 (0)