Uses of Record Class
io.modelcontextprotocol.server.McpStatelessServerFeatures.AsyncPromptSpecification
Packages that use McpStatelessServerFeatures.AsyncPromptSpecification
-
Uses of McpStatelessServerFeatures.AsyncPromptSpecification in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server with parameters of type McpStatelessServerFeatures.AsyncPromptSpecificationModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>McpStatelessAsyncServer.addPrompt(McpStatelessServerFeatures.AsyncPromptSpecification promptSpecification) Add a new prompt handler at runtime.McpServer.StatelessAsyncSpecification.prompts(McpStatelessServerFeatures.AsyncPromptSpecification... prompts) Registers multiple prompts with their handlers using varargs.Method parameters in io.modelcontextprotocol.server with type arguments of type McpStatelessServerFeatures.AsyncPromptSpecificationModifier and TypeMethodDescriptionMcpServer.StatelessAsyncSpecification.prompts(List<McpStatelessServerFeatures.AsyncPromptSpecification> prompts) Registers multiple prompts with their handlers using a List.McpServer.StatelessAsyncSpecification.prompts(Map<String, McpStatelessServerFeatures.AsyncPromptSpecification> prompts) Registers multiple prompts with their handlers using a Map.