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 TypeMethodDescriptionBiFunction<McpAsyncServerExchange,McpSchema.GetPromptRequest, reactor.core.publisher.Mono<McpSchema.GetPromptResult>> McpServerFeatures.AsyncPromptSpecification.promptHandler()Returns the value of thepromptHandlerrecord component.McpServerFeatures.SyncPromptSpecification.promptHandler()Returns the value of thepromptHandlerrecord component.BiFunction<McpTransportContext,McpSchema.GetPromptRequest, reactor.core.publisher.Mono<McpSchema.GetPromptResult>> McpStatelessServerFeatures.AsyncPromptSpecification.promptHandler()Returns the value of thepromptHandlerrecord component.McpStatelessServerFeatures.SyncPromptSpecification.promptHandler()Returns the value of thepromptHandlerrecord component.Constructor parameters in io.modelcontextprotocol.server with type arguments of type McpSchema.GetPromptRequestModifierConstructorDescriptionAsyncPromptSpecification(McpSchema.Prompt prompt, BiFunction<McpAsyncServerExchange, McpSchema.GetPromptRequest, reactor.core.publisher.Mono<McpSchema.GetPromptResult>> promptHandler) Creates an instance of aAsyncPromptSpecificationrecord class.AsyncPromptSpecification(McpSchema.Prompt prompt, BiFunction<McpTransportContext, McpSchema.GetPromptRequest, reactor.core.publisher.Mono<McpSchema.GetPromptResult>> promptHandler) Creates an instance of aAsyncPromptSpecificationrecord class.SyncPromptSpecification(McpSchema.Prompt prompt, BiFunction<McpSyncServerExchange, McpSchema.GetPromptRequest, McpSchema.GetPromptResult> promptHandler) Creates an instance of aSyncPromptSpecificationrecord class.SyncPromptSpecification(McpSchema.Prompt prompt, BiFunction<McpTransportContext, McpSchema.GetPromptRequest, McpSchema.GetPromptResult> promptHandler) Creates an instance of aSyncPromptSpecificationrecord class.