Uses of Interface
dev.tachyonmcp.api.server.features.tools.Tools
Packages that use Tools
Package
Description
Server extension interfaces.
Tool feature types and handler interfaces.
Server classes
Tool registry implementations for managing tool definitions and handlers.
-
Uses of Tools in dev.tachyonmcp.api.server.extensions
Methods in dev.tachyonmcp.api.server.extensions that return Tools -
Uses of Tools in dev.tachyonmcp.api.server.features.tools
Methods in dev.tachyonmcp.api.server.features.tools that return ToolsModifier and TypeMethodDescriptionTools.register(ToolDescriptor descriptor, ToolFn fn) Registers a tool descriptor with a synchronous function.default ToolsTools.register(Consumer<ToolDescriptor.Builder> configurer, ToolFn fn) Builds and registers a tool descriptor with a synchronous function.Tools.registerAsync(ToolDescriptor descriptor, AsyncToolFn fn) Registers a tool descriptor with an asynchronous function.default ToolsTools.registerAsync(Consumer<ToolDescriptor.Builder> configurer, AsyncToolFn fn) Builds and registers a tool descriptor with an asynchronous function. -
Uses of Tools in dev.tachyonmcp.core.server
Methods in dev.tachyonmcp.core.server that return ToolsMethod parameters in dev.tachyonmcp.core.server with type arguments of type ToolsModifier and TypeMethodDescriptionRegisters tools through the server's tool façade at the end ofServerBuilder.build(). -
Uses of Tools in dev.tachyonmcp.core.server.features.tools
Subinterfaces of Tools in dev.tachyonmcp.core.server.features.toolsClasses in dev.tachyonmcp.core.server.features.tools that implement ToolsModifier and TypeClassDescriptionclassAbstractRegistry for tool handlers with input/output schema validation.Methods in dev.tachyonmcp.core.server.features.tools that return ToolsModifier and TypeMethodDescriptionDefaultToolRegistry.register(ToolDescriptor descriptor, ToolFn fn) DefaultToolRegistry.registerAsync(ToolDescriptor descriptor, AsyncToolFn fn)