Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.GetPromptRequest
Packages that use McpSchema.GetPromptRequest
-
Uses of McpSchema.GetPromptRequest in io.modelcontextprotocol.client
Methods in io.modelcontextprotocol.client with parameters of type McpSchema.GetPromptRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<McpSchema.GetPromptResult>McpAsyncClient.getPrompt(McpSchema.GetPromptRequest getPromptRequest) Get a prompt by its id.McpSyncClient.getPrompt(McpSchema.GetPromptRequest getPromptRequest) -
Uses of McpSchema.GetPromptRequest in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server that return types with arguments of type McpSchema.GetPromptRequestModifier and TypeMethodDescriptionFunction<McpSchema.GetPromptRequest,reactor.core.publisher.Mono<McpSchema.GetPromptResult>> McpServerFeatures.AsyncPromptRegistration.promptHandler()Returns the value of thepromptHandlerrecord component.McpServerFeatures.SyncPromptRegistration.promptHandler()Returns the value of thepromptHandlerrecord component.Constructor parameters in io.modelcontextprotocol.server with type arguments of type McpSchema.GetPromptRequestModifierConstructorDescriptionAsyncPromptRegistration(McpSchema.Prompt prompt, Function<McpSchema.GetPromptRequest, reactor.core.publisher.Mono<McpSchema.GetPromptResult>> promptHandler) Creates an instance of aAsyncPromptRegistrationrecord class.SyncPromptRegistration(McpSchema.Prompt prompt, Function<McpSchema.GetPromptRequest, McpSchema.GetPromptResult> promptHandler) Creates an instance of aSyncPromptRegistrationrecord class.