Package dev.tachyonmcp.api.server.features.completions
@NullMarked
package dev.tachyonmcp.api.server.features.completions
Completion feature types and function interfaces for argument autocomplete.
-
InterfacesClassDescriptionAsynchronously produces candidates for a completion request.Synchronously produces candidates for a completion request.A
completion/completerequest: the argument being completed and any previously-resolved sibling arguments supplied as context.Completion candidates for a single argument, per the MCPcompletion/completeresult shape.Builder forCompletionResult.Façade interface forcompletion/completeproviders, keyed by the MCP reference they answer for: a prompt name (ref/prompt) or a resource URI / resource-template URI (ref/resource, matched verbatim against the URI the client sends — the same string returned byresources/templates/list).