Uses of Package
dev.tachyonmcp.api.server.features.tools
Packages that use dev.tachyonmcp.api.server.features.tools
Package
Description
Server extension interfaces.
Tool feature types and handler interfaces.
Protocol interfaces and domain types for MCP server and client interaction.
Generated JSON-RPC codecs for the MCP 2025-11-25 protocol version.
Generated JSON-RPC codecs for the MCP 2026-07-28 protocol version.
Server classes
Tool registry implementations for managing tool definitions and handlers.
JSON serialization and type utilities for MCP server internals.
Echo tool — mirrors input back to the client for testing.
You.com search tool — performs web searches via the You.com API.
-
Classes in dev.tachyonmcp.api.server.features.tools used by dev.tachyonmcp.api.server.extensions
-
Classes in dev.tachyonmcp.api.server.features.tools used by dev.tachyonmcp.api.server.features.toolsClassDescriptionAsynchronous tool function.Descriptor for a server-provided tool.Builder for
ToolDescriptor.Synchronous tool function.Experimental class-based tool handler escape hatch.An incoming tool call request with the tool name, arguments, and metadata.Outcome of a tool invocation: success, error, input-required, or deferred.Registry for server tools. -
Classes in dev.tachyonmcp.api.server.features.tools used by dev.tachyonmcp.core.protocolClassDescriptionDescriptor for a server-provided tool.An incoming tool call request with the tool name, arguments, and metadata.Outcome of a tool invocation: success, error, input-required, or deferred.
-
Classes in dev.tachyonmcp.api.server.features.tools used by dev.tachyonmcp.core.protocol.mcp.v2025_11_25.codecsClassDescriptionDescriptor for a server-provided tool.Outcome of a tool invocation: success, error, input-required, or deferred.
-
Classes in dev.tachyonmcp.api.server.features.tools used by dev.tachyonmcp.core.protocol.mcp.v2026_07_28.codecsClassDescriptionDescriptor for a server-provided tool.Outcome of a tool invocation: success, error, input-required, or deferred.
-
Classes in dev.tachyonmcp.api.server.features.tools used by dev.tachyonmcp.core.server
-
Classes in dev.tachyonmcp.api.server.features.tools used by dev.tachyonmcp.core.server.features.toolsClassDescriptionAsynchronous tool function.Descriptor for a server-provided tool.Synchronous tool function.Registry for server tools.
-
Classes in dev.tachyonmcp.api.server.features.tools used by dev.tachyonmcp.core.server.jsonClassDescriptionOutcome of a tool invocation: success, error, input-required, or deferred.
-
Classes in dev.tachyonmcp.api.server.features.tools used by dev.tachyonmcp.extensions.tools.echoClassDescriptionExperimental base class for class-based tool handlers.Experimental class-based tool handler escape hatch.An incoming tool call request with the tool name, arguments, and metadata.Outcome of a tool invocation: success, error, input-required, or deferred.
-
Classes in dev.tachyonmcp.api.server.features.tools used by dev.tachyonmcp.extensions.tools.youcom.searchClassDescriptionExperimental base class for class-based tool handlers.Experimental class-based tool handler escape hatch.An incoming tool call request with the tool name, arguments, and metadata.Outcome of a tool invocation: success, error, input-required, or deferred.