Uses of Interface
dev.tachyonmcp.api.server.features.tools.ToolFn
Packages that use ToolFn
Package
Description
Tool feature types and handler interfaces.
Tool registry implementations for managing tool definitions and handlers.
-
Uses of ToolFn in dev.tachyonmcp.api.server.features.tools
Methods in dev.tachyonmcp.api.server.features.tools with parameters of type ToolFnModifier 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. -
Uses of ToolFn in dev.tachyonmcp.core.server.features.tools
Methods in dev.tachyonmcp.core.server.features.tools with parameters of type ToolFnModifier and TypeMethodDescriptionDefaultToolRegistry.register(ToolDescriptor descriptor, ToolFn fn)