Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.PromptArgument
Packages that use McpSchema.PromptArgument
-
Uses of McpSchema.PromptArgument in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec that return types with arguments of type McpSchema.PromptArgumentModifier and TypeMethodDescriptionMcpSchema.Prompt.arguments()Returns the value of theargumentsrecord component.Constructor parameters in io.modelcontextprotocol.spec with type arguments of type McpSchema.PromptArgumentModifierConstructorDescriptionPrompt(String name, String description, List<McpSchema.PromptArgument> arguments) Creates an instance of aPromptrecord class.