Uses of Interface
dev.tachyonmcp.api.server.features.tools.ToolRequest.Builder
Packages that use ToolRequest.Builder
Package
Description
Tool feature types and handler interfaces.
-
Uses of ToolRequest.Builder in dev.tachyonmcp.api.server.features.tools
Methods in dev.tachyonmcp.api.server.features.tools that return ToolRequest.BuilderModifier and TypeMethodDescriptionSets the tool arguments.static ToolRequest.BuilderToolRequest.builder()Creates a new builder for constructingToolRequestinstances.ToolRequest.Builder.inputResponses(@Nullable Map<String, ?> inputResponses) Sets the input responses for interactive tool calls.Sets the metadata entries.Sets the tool name.ToolRequest.Builder.payloadDeserializer(@Nullable PayloadDeserializer deserializer) Sets the payload deserializer.ToolRequest.Builder.progressToken(@Nullable ProgressToken progressToken) Sets the progress token.ToolRequest.Builder.requestState(@Nullable String requestState) Sets the request state.Sets the task handle for task-augmented tool calls.