You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields)
552
547
* for notes on _meta usage.
553
548
*/
554
549
_meta: z.optional(z.object({}).passthrough()),
555
-
});
550
+
}).merge(IconsSchema);
556
551
557
552
/**
558
553
* A template description for resources available on the server.
* See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields)
722
713
* for notes on _meta usage.
723
714
*/
724
715
_meta: z.optional(z.object({}).passthrough()),
725
-
});
716
+
}).merge(IconsSchema);
726
717
727
718
/**
728
719
* Sent from the client to request a list of prompts and prompt templates the server has.
* See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields)
985
971
* for notes on _meta usage.
986
972
*/
987
973
_meta: z.optional(z.object({}).passthrough()),
988
-
});
974
+
}).merge(IconsSchema);
989
975
990
976
/**
991
977
* Sent from the client to request a list of tools the server has.
0 commit comments