Uses of Interface
dev.tachyonmcp.api.server.features.tools.ToolRequest
Packages that use ToolRequest
Package
Description
Tool feature types and handler interfaces.
Protocol interfaces and domain types for MCP server and client interaction.
Echo tool — mirrors input back to the client for testing.
You.com search tool — performs web searches via the You.com API.
-
Uses of ToolRequest in dev.tachyonmcp.api.server.features.tools
Methods in dev.tachyonmcp.api.server.features.tools that return ToolRequestMethods in dev.tachyonmcp.api.server.features.tools with parameters of type ToolRequestModifier and TypeMethodDescriptionCompletionStage<? extends ToolResult> AsyncToolFn.apply(InteractionContext ctx, ToolRequest request) Executes the tool function asynchronously with the given request.ToolFn.apply(InteractionContext ctx, ToolRequest request) AbstractToolHandler.handle(InteractionContext context, ToolRequest request) Handles a tool request synchronously.CompletionStage<? extends ToolResult> AbstractToolHandler.handleAsync(InteractionContext context, ToolRequest request) Handles a tool request asynchronously.CompletionStage<? extends ToolResult> ToolHandler.handleAsync(InteractionContext context, ToolRequest request) Handles a tool request asynchronously. -
Uses of ToolRequest in dev.tachyonmcp.core.protocol
Methods in dev.tachyonmcp.core.protocol that return ToolRequestModifier and TypeMethodDescriptionProtocolRequestMapper.ToolCallRequest.request()Returns the value of therequestrecord component.Constructors in dev.tachyonmcp.core.protocol with parameters of type ToolRequestModifierConstructorDescriptionToolCallRequest(ToolRequest request, boolean taskAugmented, @Nullable Duration taskTtl) Creates an instance of aToolCallRequestrecord class. -
Uses of ToolRequest in dev.tachyonmcp.extensions.tools.echo
Methods in dev.tachyonmcp.extensions.tools.echo with parameters of type ToolRequestModifier and TypeMethodDescriptionEchoToolHandler.handle(InteractionContext context, ToolRequest request) -
Uses of ToolRequest in dev.tachyonmcp.extensions.tools.youcom.search
Methods in dev.tachyonmcp.extensions.tools.youcom.search with parameters of type ToolRequestModifier and TypeMethodDescriptionYouComSearchTool.handle(InteractionContext context, ToolRequest request)