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
* The contents of a specific resource or sub-resource.
723
-
*/
724
-
exportconstResourceContentsSchema=z.object({
725
-
/**
726
-
* The URI of this resource.
727
-
*/
728
-
uri: z.string(),
729
-
/**
730
-
* The MIME type of this resource, if known.
731
-
*/
732
-
mimeType: z.optional(z.string()),
733
-
/**
734
-
* See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields)
* See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields)
* The MIME type of the image. Different providers may support different image types.
1054
-
*/
1055
-
mimeType: z.string(),
1056
-
1057
-
/**
1058
-
* Optional annotations for the client.
1059
-
*/
1060
-
annotations: AnnotationsSchema.optional(),
1061
-
1062
-
/**
1063
-
* See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields)
* The MIME type of the audio. Different providers may support different audio types.
1080
-
*/
1081
-
mimeType: z.string(),
1082
-
1083
-
/**
1084
-
* Optional annotations for the client.
1085
-
*/
1086
-
annotations: AnnotationsSchema.optional(),
1087
-
1088
-
/**
1089
-
* See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields)
* See [MCP specification](https://github.com/modelcontextprotocol/modelcontextprotocol/blob/47339c03c143bb4ec01a26e721a1b8fe66634ebe/docs/specification/draft/basic/index.mdx#general-fields)
0 commit comments