Uses of Interface
dev.tachyonmcp.api.server.features.completions.CompletionResult
Packages that use CompletionResult
Package
Description
Completion feature types and function interfaces for argument autocomplete.
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.
-
Uses of CompletionResult in dev.tachyonmcp.api.server.features.completions
Methods in dev.tachyonmcp.api.server.features.completions that return CompletionResultModifier and TypeMethodDescriptionCompletionFn.apply(InteractionContext context, CompletionRequest request) Produces completion candidates.CompletionResult.Builder.build()Builds theCompletionResult.static CompletionResultCompletionResult.empty()An empty completion result with no candidates, unknown total, and no more results.static CompletionResultCreates a result with candidate values and no total/hasMore metadata.static CompletionResultCreates a result with candidate values and total/hasMore metadata.Methods in dev.tachyonmcp.api.server.features.completions that return types with arguments of type CompletionResultModifier and TypeMethodDescriptionCompletionStage<? extends CompletionResult> AsyncCompletionFn.apply(InteractionContext context, CompletionRequest request) Produces completion candidates asynchronously. -
Uses of CompletionResult in dev.tachyonmcp.core.protocol
Methods in dev.tachyonmcp.core.protocol with parameters of type CompletionResultModifier and TypeMethodDescriptionProtocolResponseMapper.completeResult(CompletionResult result) Maps a completion result into a protocol-specific shape. -
Uses of CompletionResult in dev.tachyonmcp.core.protocol.mcp.v2025_11_25.codecs
Methods in dev.tachyonmcp.core.protocol.mcp.v2025_11_25.codecs with parameters of type CompletionResult -
Uses of CompletionResult in dev.tachyonmcp.core.protocol.mcp.v2026_07_28.codecs
Methods in dev.tachyonmcp.core.protocol.mcp.v2026_07_28.codecs with parameters of type CompletionResult