Skip to content

Commit fbf98f4

Browse files
committed
revert IconsSchema to passthrough - to be moved to strip in PR#792
1 parent c041fa6 commit fbf98f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ export const IconSchema = z
230230
*/
231231
export const IconsSchema = z.object({
232232
icons: z.array(IconSchema).optional(),
233-
}).strip();
233+
}).passthrough();
234234

235235
/**
236236
* Base metadata interface for common properties across resources, tools, prompts, and implementations.

0 commit comments

Comments
 (0)