Uses of Interface
dev.tachyonmcp.api.server.domain.Icon
Packages that use Icon
Package
Description
Server configuration model.
Domain types for MCP protocol data structures.
Prompt feature types and function interfaces.
Resource feature types and function interfaces.
Tool feature types and handler interfaces.
Generated JSON-RPC codecs for the MCP 2025-11-25 protocol version.
-
Uses of Icon in dev.tachyonmcp.api.server.config
Methods in dev.tachyonmcp.api.server.config that return types with arguments of type IconMethods in dev.tachyonmcp.api.server.config with parameters of type IconMethod parameters in dev.tachyonmcp.api.server.config with type arguments of type IconModifier and TypeMethodDescription -
Uses of Icon in dev.tachyonmcp.api.server.domain
Methods in dev.tachyonmcp.api.server.domain that return IconModifier and TypeMethodDescriptionIcon.Builder.build()Builds theIcon.static IconIcon.of(String src, @Nullable String mimeType, @Nullable List<String> sizes, @Nullable String theme) Creates an icon with the given values.Methods in dev.tachyonmcp.api.server.domain that return types with arguments of type IconMethods in dev.tachyonmcp.api.server.domain with parameters of type IconMethod parameters in dev.tachyonmcp.api.server.domain with type arguments of type IconModifier and TypeMethodDescription -
Uses of Icon in dev.tachyonmcp.api.server.features.prompts
Methods in dev.tachyonmcp.api.server.features.prompts that return types with arguments of type IconMethod parameters in dev.tachyonmcp.api.server.features.prompts with type arguments of type IconModifier and TypeMethodDescriptionSets the optional icons for this prompt. -
Uses of Icon in dev.tachyonmcp.api.server.features.resources
Methods in dev.tachyonmcp.api.server.features.resources that return types with arguments of type IconModifier and TypeMethodDescriptionResourceDescriptor.icons()Optional icons for this resource.ResourceTemplateDescriptor.icons()Optional icons for resources matching this template.Methods in dev.tachyonmcp.api.server.features.resources with parameters of type IconModifier and TypeMethodDescriptiondefault ResourceDescriptor.BuilderSets the optional icons for resources matching this template.Method parameters in dev.tachyonmcp.api.server.features.resources with type arguments of type IconModifier and TypeMethodDescriptionSets the optional icons for resources matching this template.static ResourceDescriptorResourceDescriptor.of(String name, String uri, @Nullable String description, @Nullable String mimeType, @Nullable String title, @Nullable Annotations annotations, @Nullable Long size, @Nullable List<Icon> icons) Creates a fully specified resource descriptor.static ResourceTemplateDescriptorResourceTemplateDescriptor.of(String name, String uriTemplate, @Nullable String description, @Nullable String mimeType, @Nullable String title, @Nullable Annotations annotations, @Nullable List<Icon> icons, @Nullable String extensionId) Deprecated. -
Uses of Icon in dev.tachyonmcp.api.server.features.tools
Methods in dev.tachyonmcp.api.server.features.tools that return types with arguments of type IconMethods in dev.tachyonmcp.api.server.features.tools with parameters of type IconModifier and TypeMethodDescriptiondefault ToolDescriptor.BuilderSets the optional icons for this tool.Method parameters in dev.tachyonmcp.api.server.features.tools with type arguments of type IconModifier and TypeMethodDescriptionSets the optional icons for this tool. -
Uses of Icon in dev.tachyonmcp.core.protocol.mcp.v2025_11_25.codecs
Method parameters in dev.tachyonmcp.core.protocol.mcp.v2025_11_25.codecs with type arguments of type IconModifier and TypeMethodDescriptionContentBlockMappers.toProtocolIcons(@Nullable List<? extends Icon> domain) Maps domain icons to the protocol shape.
ResourceTemplateDescriptor.builder()