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) Retrieves a specific 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()Deprecated.Returns the value of thepromptHandlerrecord component.BiFunction<McpAsyncServerExchange,McpSchema.GetPromptRequest, reactor.core.publisher.Mono<McpSchema.GetPromptResult>> McpServerFeatures.AsyncPromptSpecification.promptHandler()Returns the value of thepromptHandlerrecord component.McpServerFeatures.SyncPromptRegistration.promptHandler()Deprecated.Returns the value of thepromptHandlerrecord component.McpServerFeatures.SyncPromptSpecification.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) Deprecated.Creates an instance of aAsyncPromptRegistrationrecord class.AsyncPromptSpecification(McpSchema.Prompt prompt, BiFunction<McpAsyncServerExchange, McpSchema.GetPromptRequest, reactor.core.publisher.Mono<McpSchema.GetPromptResult>> promptHandler) Creates an instance of aAsyncPromptSpecificationrecord class.SyncPromptRegistration(McpSchema.Prompt prompt, Function<McpSchema.GetPromptRequest, McpSchema.GetPromptResult> promptHandler) Deprecated.Creates an instance of aSyncPromptRegistrationrecord class.SyncPromptSpecification(McpSchema.Prompt prompt, BiFunction<McpSyncServerExchange, McpSchema.GetPromptRequest, McpSchema.GetPromptResult> promptHandler) Creates an instance of aSyncPromptSpecificationrecord class.