Uses of Interface
dev.tachyonmcp.api.server.features.prompts.AsyncPromptFn
Packages that use AsyncPromptFn
Package
Description
Prompt feature types and function interfaces.
Prompt registry implementations for managing prompt templates and handlers.
-
Uses of AsyncPromptFn in dev.tachyonmcp.api.server.features.prompts
Methods in dev.tachyonmcp.api.server.features.prompts with parameters of type AsyncPromptFnModifier and TypeMethodDescriptionPrompts.registerAsync(PromptDescriptor descriptor, AsyncPromptFn fn) Registers a prompt with an asynchronous function.default PromptsPrompts.registerAsync(Consumer<PromptDescriptor.Builder> descriptor, AsyncPromptFn fn) Registers an asynchronous prompt configured through a descriptor builder. -
Uses of AsyncPromptFn in dev.tachyonmcp.core.server.features.prompts
Methods in dev.tachyonmcp.core.server.features.prompts with parameters of type AsyncPromptFnModifier and TypeMethodDescriptionDefaultPromptRegistry.registerAsync(PromptDescriptor descriptor, AsyncPromptFn fn)