Uses of Interface
dev.tachyonmcp.api.server.features.completions.AsyncCompletionFn
Packages that use AsyncCompletionFn
Package
Description
Completion feature types and function interfaces for argument autocomplete.
Completion registry implementations for argument autocomplete support.
-
Uses of AsyncCompletionFn in dev.tachyonmcp.api.server.features.completions
Methods in dev.tachyonmcp.api.server.features.completions with parameters of type AsyncCompletionFnModifier and TypeMethodDescriptionCompletions.registerForPromptAsync(String promptName, AsyncCompletionFn fn) Registers an asynchronous completion function for a prompt's arguments.Completions.registerForResourceAsync(String uriOrTemplate, AsyncCompletionFn fn) Registers an asynchronous completion function for a resource or resource-template's variables. -
Uses of AsyncCompletionFn in dev.tachyonmcp.core.server.features.completions
Methods in dev.tachyonmcp.core.server.features.completions with parameters of type AsyncCompletionFnModifier and TypeMethodDescriptionDefaultCompletionRegistry.registerForPromptAsync(String promptName, AsyncCompletionFn fn) DefaultCompletionRegistry.registerForResourceAsync(String uriOrTemplate, AsyncCompletionFn fn)