Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.Icon
Packages that use McpSchema.Icon
-
Uses of McpSchema.Icon in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec that return McpSchema.IconMethods in io.modelcontextprotocol.spec that return types with arguments of type McpSchema.IconModifier and TypeMethodDescriptionMcpSchema.Implementation.icons()Returns the value of theiconsrecord component.McpSchema.Prompt.icons()Returns the value of theiconsrecord component.McpSchema.Resource.icons()Returns the value of theiconsrecord component.McpSchema.ResourceTemplate.icons()Returns the value of theiconsrecord component.McpSchema.Tool.icons()Returns the value of theiconsrecord component.Method parameters in io.modelcontextprotocol.spec with type arguments of type McpSchema.IconModifier and TypeMethodDescriptionMcpSchema.Implementation.Builder.icons(List<McpSchema.Icon> icons) McpSchema.Prompt.Builder.icons(List<McpSchema.Icon> icons) McpSchema.Resource.Builder.icons(List<McpSchema.Icon> icons) McpSchema.ResourceTemplate.Builder.icons(List<McpSchema.Icon> icons) McpSchema.Tool.Builder.icons(List<McpSchema.Icon> icons) Constructor parameters in io.modelcontextprotocol.spec with type arguments of type McpSchema.IconModifierConstructorDescriptionImplementation(String name, String title, String version, String description, List<McpSchema.Icon> icons, String websiteUrl) Creates an instance of aImplementationrecord class.Resource(String uri, String name, String title, String description, String mimeType, Long size, McpSchema.Annotations annotations, Map<String, Object> meta, List<McpSchema.Icon> icons) Creates an instance of aResourcerecord class.ResourceTemplate(String uriTemplate, String name, String title, String description, String mimeType, McpSchema.Annotations annotations, Map<String, Object> meta, List<McpSchema.Icon> icons) Creates an instance of aResourceTemplaterecord class.Tool(String name, String title, String description, Map<String, Object> inputSchema, Map<String, Object> outputSchema, McpSchema.ToolAnnotations annotations, Map<String, Object> meta, List<McpSchema.Icon> icons) Creates an instance of aToolrecord class.