Uses of Interface
dev.tachyonmcp.api.server.features.tools.ToolHandler
Packages that use ToolHandler
Package
Description
Tool feature types and handler interfaces.
Echo tool — mirrors input back to the client for testing.
You.com search tool — performs web searches via the You.com API.
-
Uses of ToolHandler in dev.tachyonmcp.api.server.features.tools
Classes in dev.tachyonmcp.api.server.features.tools that implement ToolHandlerModifier and TypeClassDescriptionclassExperimental base class for class-based tool handlers. -
Uses of ToolHandler in dev.tachyonmcp.extensions.tools.echo
Classes in dev.tachyonmcp.extensions.tools.echo that implement ToolHandler -
Uses of ToolHandler in dev.tachyonmcp.extensions.tools.youcom.search
Classes in dev.tachyonmcp.extensions.tools.youcom.search that implement ToolHandler