Uses of Interface
dev.tachyonmcp.api.server.features.prompts.Prompts
Packages that use Prompts
Package
Description
Server extension interfaces.
Prompt feature types and function interfaces.
Server classes
Prompt registry implementations for managing prompt templates and handlers.
-
Uses of Prompts in dev.tachyonmcp.api.server.extensions
Methods in dev.tachyonmcp.api.server.extensions that return Prompts -
Uses of Prompts in dev.tachyonmcp.api.server.features.prompts
Methods in dev.tachyonmcp.api.server.features.prompts that return PromptsModifier and TypeMethodDescriptionPrompts.register(PromptDescriptor descriptor, PromptFn fn) Registers a prompt descriptor with its synchronous function.default PromptsPrompts.register(PromptDescriptor descriptor, List<PromptMessage> messages) Registers a prompt that returns the specified messages for every request.default PromptsPrompts.register(Consumer<PromptDescriptor.Builder> configurer, PromptFn fn) Registers a prompt configured through a descriptor builder.default PromptsPrompts.register(Consumer<PromptDescriptor.Builder> descriptor, List<PromptMessage> messages) Registers a prompt with a descriptor configured by the supplied consumer and a fixed list of messages.Prompts.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 Prompts in dev.tachyonmcp.core.server
Methods in dev.tachyonmcp.core.server that return PromptsMethod parameters in dev.tachyonmcp.core.server with type arguments of type PromptsModifier and TypeMethodDescriptionServerBuilder.withPrompts(Consumer<Prompts> registrar) Registers prompts through the server's prompt façade at the end ofServerBuilder.build(). -
Uses of Prompts in dev.tachyonmcp.core.server.features.prompts
Subinterfaces of Prompts in dev.tachyonmcp.core.server.features.promptsClasses in dev.tachyonmcp.core.server.features.prompts that implement PromptsMethods in dev.tachyonmcp.core.server.features.prompts that return PromptsModifier and TypeMethodDescriptionDefaultPromptRegistry.register(PromptDescriptor descriptor, PromptFn fn) Registers a prompt unless prompt support is disabled by the configured mode.DefaultPromptRegistry.registerAsync(PromptDescriptor descriptor, AsyncPromptFn fn)