Uses of Interface
dev.tachyonmcp.api.server.domain.ToolAnnotations
Packages that use ToolAnnotations
Package
Description
Domain types for MCP protocol data structures.
Tool feature types and handler interfaces.
-
Uses of ToolAnnotations in dev.tachyonmcp.api.server.domain
Methods in dev.tachyonmcp.api.server.domain that return ToolAnnotations -
Uses of ToolAnnotations in dev.tachyonmcp.api.server.features.tools
Methods in dev.tachyonmcp.api.server.features.tools that return ToolAnnotationsModifier and TypeMethodDescription@Nullable ToolAnnotationsToolDescriptor.annotations()Optional behavioral annotations (e.g. read-only, destructive) for this tool.Methods in dev.tachyonmcp.api.server.features.tools with parameters of type ToolAnnotationsModifier and TypeMethodDescriptionToolDescriptor.Builder.annotations(@Nullable ToolAnnotations annotations) Sets the optional behavioral annotations (e.g. read-only, destructive) for this tool.