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 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.Constructor parameters in io.modelcontextprotocol.server with type arguments of type McpSchema.GetPromptResultModifierConstructorDescriptionAsyncPromptSpecification(McpSchema.Prompt prompt, BiFunction<McpAsyncServerExchange, 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.