Uses of Class
dev.tachyonmcp.api.server.domain.Args
Packages that use Args
Package
Description
Runtime abstractions for MCP request processing contexts and executors.
Domain types for MCP protocol data structures.
Prompt feature types and function interfaces.
Tool feature types and handler interfaces.
Session management — dispatch contexts, session lifecycle events, and session storage.
-
Uses of Args in dev.tachyonmcp.api.runtime
Methods in dev.tachyonmcp.api.runtime that return ArgsModifier and TypeMethodDescription@Nullable ArgsElicitationResult.content()Returns the value of thecontentrecord component.Methods in dev.tachyonmcp.api.runtime that return types with arguments of type ArgsModifier and TypeMethodDescriptionSamplingService.createMessage(Args params) Deprecated.Sends asampling/createMessagerequest to the client and returns a future completed with the raw result.Methods in dev.tachyonmcp.api.runtime with parameters of type ArgsModifier and TypeMethodDescriptionSamplingService.createMessage(Args params) Deprecated.Sends asampling/createMessagerequest to the client and returns a future completed with the raw result.Constructors in dev.tachyonmcp.api.runtime with parameters of type ArgsModifierConstructorDescriptionElicitationResult(ElicitationResult.Action action, @Nullable Args content) Creates an instance of aElicitationResultrecord class. -
Uses of Args in dev.tachyonmcp.api.server.domain
Methods in dev.tachyonmcp.api.server.domain that return ArgsModifier and TypeMethodDescriptionstatic ArgsArgs.empty()Returns a shared empty arguments instance.static ArgsArgs.from(JsonObject values, @Nullable PayloadDeserializer deserializer) Creates arguments from a JSON object with a deserializer.static ArgsCreates arguments from a map of values.static ArgsArgs.of(@Nullable Map<String, ?> values, @Nullable PayloadDeserializer deserializer) Creates arguments from a map of values with a deserializer. -
Uses of Args in dev.tachyonmcp.api.server.features.prompts
Methods in dev.tachyonmcp.api.server.features.prompts that return ArgsModifier and TypeMethodDescriptionPromptRequest.arguments()Returns the value of theargumentsrecord component.Constructors in dev.tachyonmcp.api.server.features.prompts with parameters of type ArgsModifierConstructorDescriptionPromptRequest(Args arguments, @Nullable Map<String, Object> inputResponses, @Nullable String requestState) Compatibility constructor for callers that predatePromptRequest.meta(); sets it tonull.PromptRequest(Args arguments, @Nullable Map<String, Object> inputResponses, @Nullable String requestState, @Nullable Map<String, Object> meta) Creates an instance of aPromptRequestrecord class. -
Uses of Args in dev.tachyonmcp.api.server.features.tools
Methods in dev.tachyonmcp.api.server.features.tools that return ArgsModifier and TypeMethodDescriptiondefault ArgsToolRequest.arguments()Returns the arguments for this tool request.Methods in dev.tachyonmcp.api.server.features.tools with parameters of type ArgsModifier and TypeMethodDescriptionSets the tool arguments. -
Uses of Args in dev.tachyonmcp.core.server.session
Methods in dev.tachyonmcp.core.server.session that return types with arguments of type ArgsMethods in dev.tachyonmcp.core.server.session with parameters of type Args