Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.GetPromptResult
Packages that use McpSchema.GetPromptResult
-
Uses of McpSchema.GetPromptResult in io.modelcontextprotocol.client
Methods in io.modelcontextprotocol.client that return McpSchema.GetPromptResultModifier and TypeMethodDescriptionMcpSyncClient.getPrompt(McpSchema.GetPromptRequest getPromptRequest) Methods in io.modelcontextprotocol.client that return types with arguments of type McpSchema.GetPromptResultModifier and TypeMethodDescriptionreactor.core.publisher.Mono<McpSchema.GetPromptResult>McpAsyncClient.getPrompt(McpSchema.GetPromptRequest getPromptRequest) Retrieves a specific prompt by its ID. -
Uses of McpSchema.GetPromptResult in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server that return types with arguments of type McpSchema.GetPromptResultModifier 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.GetPromptResultModifierConstructorDescriptionAsyncPromptRegistration(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.