Uses of Interface
io.modelcontextprotocol.spec.McpSchema.ResourceContents
Packages that use McpSchema.ResourceContents
-
Uses of McpSchema.ResourceContents in io.modelcontextprotocol.spec
Classes in io.modelcontextprotocol.spec that implement McpSchema.ResourceContentsModifier and TypeClassDescriptionstatic final recordBinary contents of a resource.static final recordText contents of a resource.Methods in io.modelcontextprotocol.spec that return McpSchema.ResourceContentsModifier and TypeMethodDescriptionMcpSchema.EmbeddedResource.resource()Returns the value of theresourcerecord component.Methods in io.modelcontextprotocol.spec that return types with arguments of type McpSchema.ResourceContentsModifier and TypeMethodDescriptionMcpSchema.ReadResourceResult.contents()Returns the value of thecontentsrecord component.Constructors in io.modelcontextprotocol.spec with parameters of type McpSchema.ResourceContentsModifierConstructorDescriptionEmbeddedResource(List<McpSchema.Role> audience, Double priority, McpSchema.ResourceContents resource) Creates an instance of aEmbeddedResourcerecord class.Constructor parameters in io.modelcontextprotocol.spec with type arguments of type McpSchema.ResourceContentsModifierConstructorDescriptionReadResourceResult(List<McpSchema.ResourceContents> contents) Creates an instance of aReadResourceResultrecord class.