Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.ElicitUrlRequest
Packages that use McpSchema.ElicitUrlRequest
-
Uses of McpSchema.ElicitUrlRequest in io.modelcontextprotocol.client
Method parameters in io.modelcontextprotocol.client with type arguments of type McpSchema.ElicitUrlRequestModifier and TypeMethodDescriptionMcpClient.AsyncSpec.urlElicitation(Function<McpSchema.ElicitUrlRequest, reactor.core.publisher.Mono<McpSchema.ElicitResult>> elicitationHandler) Sets a custom elicitation handler for processing elicitation message requests.McpClient.SyncSpec.urlElicitation(Function<McpSchema.ElicitUrlRequest, McpSchema.ElicitResult> elicitationHandler) Sets a custom elicitation handler for processing URL-mode elicitation message requests. -
Uses of McpSchema.ElicitUrlRequest in io.modelcontextprotocol.spec
Fields in io.modelcontextprotocol.spec with type parameters of type McpSchema.ElicitUrlRequestModifier and TypeFieldDescriptionstatic final Function<List<McpSchema.ElicitUrlRequest>,McpError> McpError.URL_ELICITATION_REQUIREDMethods in io.modelcontextprotocol.spec that return McpSchema.ElicitUrlRequest