Uses of Interface
dev.tachyonmcp.api.server.domain.PromptArgument
Packages that use PromptArgument
Package
Description
Domain types for MCP protocol data structures.
Prompt feature types and function interfaces.
-
Uses of PromptArgument in dev.tachyonmcp.api.server.domain
Methods in dev.tachyonmcp.api.server.domain that return PromptArgument -
Uses of PromptArgument in dev.tachyonmcp.api.server.features.prompts
Methods in dev.tachyonmcp.api.server.features.prompts that return types with arguments of type PromptArgumentModifier and TypeMethodDescription@Nullable List<PromptArgument> PromptDescriptor.arguments()Optional arguments accepted by this prompt.Methods in dev.tachyonmcp.api.server.features.prompts with parameters of type PromptArgumentModifier and TypeMethodDescriptionPromptDescriptor.Builder.addArguments(PromptArgument... elements) Appends arguments accepted by this prompt.Method parameters in dev.tachyonmcp.api.server.features.prompts with type arguments of type PromptArgumentModifier and TypeMethodDescriptionPromptDescriptor.Builder.arguments(@Nullable Iterable<? extends PromptArgument> elements) Sets the arguments accepted by this prompt.static PromptDescriptorPromptDescriptor.of(String name, @Nullable String description, @Nullable String title, @Nullable List<PromptArgument> arguments, @Nullable JsonSchema inputSchema) Creates a prompt descriptor with the given fields.static PromptDescriptorPromptDescriptor.of(String name, @Nullable String description, @Nullable String title, @Nullable List<PromptArgument> arguments, @Nullable JsonSchema inputSchema, @Nullable List<Icon> icons) Creates a prompt descriptor with the given fields, including icons.