Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.ElicitResult
Packages that use McpSchema.ElicitResult
Package
Description
-
Uses of McpSchema.ElicitResult in io.modelcontextprotocol.client
Method parameters in io.modelcontextprotocol.client with type arguments of type McpSchema.ElicitResultModifier and TypeMethodDescriptionMcpClient.AsyncSpec.elicitation(Function<McpSchema.ElicitRequest, reactor.core.publisher.Mono<McpSchema.ElicitResult>> elicitationHandler) Sets a custom elicitation handler for processing elicitation message requests.McpClient.SyncSpec.elicitation(Function<McpSchema.ElicitRequest, McpSchema.ElicitResult> elicitationHandler) Sets a custom elicitation handler for processing elicitation message requests. -
Uses of McpSchema.ElicitResult in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server that return McpSchema.ElicitResultModifier and TypeMethodDescriptionMcpSyncServerExchange.createElicitation(McpSchema.ElicitRequest elicitRequest) Creates a new elicitation.Methods in io.modelcontextprotocol.server that return types with arguments of type McpSchema.ElicitResultModifier and TypeMethodDescriptionreactor.core.publisher.Mono<McpSchema.ElicitResult>McpAsyncServerExchange.createElicitation(McpSchema.ElicitRequest elicitRequest) Creates a new elicitation. -
Uses of McpSchema.ElicitResult in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec that return McpSchema.ElicitResult