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