Uses of Interface
dev.tachyonmcp.api.server.features.prompts.PromptFn
Packages that use PromptFn
Package
Description
Prompt feature types and function interfaces.
Prompt registry implementations for managing prompt templates and handlers.
-
Uses of PromptFn in dev.tachyonmcp.api.server.features.prompts
Methods in dev.tachyonmcp.api.server.features.prompts with parameters of type PromptFnModifier and TypeMethodDescriptionPrompts.register(PromptDescriptor descriptor, PromptFn fn) Registers a prompt descriptor with its synchronous function.default PromptsPrompts.register(Consumer<PromptDescriptor.Builder> configurer, PromptFn fn) Registers a prompt configured through a descriptor builder. -
Uses of PromptFn in dev.tachyonmcp.core.server.features.prompts
Methods in dev.tachyonmcp.core.server.features.prompts with parameters of type PromptFnModifier and TypeMethodDescriptionDefaultPromptRegistry.register(PromptDescriptor descriptor, PromptFn fn) Registers a prompt unless prompt support is disabled by the configured mode.