Uses of Record Class
io.modelcontextprotocol.server.McpServerFeatures.AsyncPromptRegistration
Packages that use McpServerFeatures.AsyncPromptRegistration
-
Uses of McpServerFeatures.AsyncPromptRegistration in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server with parameters of type McpServerFeatures.AsyncPromptRegistrationModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>McpAsyncServer.addPrompt(McpServerFeatures.AsyncPromptRegistration promptRegistration) Deprecated.This method will be removed in 0.9.0.McpServer.AsyncSpec.prompts(McpServerFeatures.AsyncPromptRegistration... prompts) Deprecated.Registers multiple prompts with their handlers using varargs.Method parameters in io.modelcontextprotocol.server with type arguments of type McpServerFeatures.AsyncPromptRegistrationModifier and TypeMethodDescriptionMcpServer.AsyncSpec.prompts(List<McpServerFeatures.AsyncPromptRegistration> prompts) Deprecated.Registers multiple prompts with their handlers using a List.McpServer.AsyncSpec.prompts(Map<String, McpServerFeatures.AsyncPromptRegistration> prompts) Deprecated.Registers multiple prompts with their handlers using a Map.