Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.ElicitRequest
Packages that use McpSchema.ElicitRequest
Package
Description
-
Uses of McpSchema.ElicitRequest in io.modelcontextprotocol.client
Method parameters in io.modelcontextprotocol.client with type arguments of type McpSchema.ElicitRequestModifier 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.ElicitRequest in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server with parameters of type McpSchema.ElicitRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<McpSchema.ElicitResult>McpAsyncServerExchange.createElicitation(McpSchema.ElicitRequest elicitRequest) Creates a new elicitation.McpSyncServerExchange.createElicitation(McpSchema.ElicitRequest elicitRequest) Creates a new elicitation. -
Uses of McpSchema.ElicitRequest in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec that return McpSchema.ElicitRequest