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 McpSchema.PromptArgumentMethods in io.modelcontextprotocol.spec that return types with arguments of type McpSchema.PromptArgumentModifier and TypeMethodDescriptionMcpSchema.Prompt.arguments()Returns the value of theargumentsrecord component.Method parameters in io.modelcontextprotocol.spec with type arguments of type McpSchema.PromptArgumentModifier and TypeMethodDescriptionMcpSchema.Prompt.Builder.arguments(List<McpSchema.PromptArgument> arguments) Constructor parameters in io.modelcontextprotocol.spec with type arguments of type McpSchema.PromptArgumentModifierConstructorDescriptionDeprecated.Prompt(String name, String title, String description, List<McpSchema.PromptArgument> arguments, Map<String, Object> meta) Deprecated.Prompt(String name, String title, String description, List<McpSchema.PromptArgument> arguments, Map<String, Object> meta, List<McpSchema.Icon> icons) Creates an instance of aPromptrecord class.Prompt(String name, String description, List<McpSchema.PromptArgument> arguments) Deprecated.