Uses of Record Class
io.modelcontextprotocol.server.McpServerFeatures.SyncPromptRegistration
Packages that use McpServerFeatures.SyncPromptRegistration
-
Uses of McpServerFeatures.SyncPromptRegistration in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server with parameters of type McpServerFeatures.SyncPromptRegistrationModifier and TypeMethodDescriptionvoidMcpSyncServer.addPrompt(McpServerFeatures.SyncPromptRegistration promptRegistration) Deprecated.This method will be removed in 0.9.0.McpServer.SyncSpec.prompts(McpServerFeatures.SyncPromptRegistration... prompts) Deprecated.Registers multiple prompts with their handlers using varargs.Method parameters in io.modelcontextprotocol.server with type arguments of type McpServerFeatures.SyncPromptRegistrationModifier and TypeMethodDescriptionMcpServer.SyncSpec.prompts(List<McpServerFeatures.SyncPromptRegistration> prompts) Deprecated.Registers multiple prompts with their handlers using a List.McpServer.SyncSpec.prompts(Map<String, McpServerFeatures.SyncPromptRegistration> prompts) Deprecated.Registers multiple prompts with their handlers using a Map.