Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.CreateMessageResult
Packages that use McpSchema.CreateMessageResult
Package
Description
-
Uses of McpSchema.CreateMessageResult in io.modelcontextprotocol.client
Method parameters in io.modelcontextprotocol.client with type arguments of type McpSchema.CreateMessageResultModifier and TypeMethodDescriptionMcpClient.AsyncSpec.sampling(Function<McpSchema.CreateMessageRequest, reactor.core.publisher.Mono<McpSchema.CreateMessageResult>> samplingHandler) Sets a custom sampling handler for processing message creation requests.McpClient.SyncSpec.sampling(Function<McpSchema.CreateMessageRequest, McpSchema.CreateMessageResult> samplingHandler) Sets a custom sampling handler for processing message creation requests. -
Uses of McpSchema.CreateMessageResult in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server that return McpSchema.CreateMessageResultModifier and TypeMethodDescriptionMcpSyncServer.createMessage(McpSchema.CreateMessageRequest createMessageRequest) Deprecated.This method will be removed in 0.9.0.McpSyncServerExchange.createMessage(McpSchema.CreateMessageRequest createMessageRequest) Create a new message using the sampling capabilities of the client.Methods in io.modelcontextprotocol.server that return types with arguments of type McpSchema.CreateMessageResultModifier and TypeMethodDescriptionreactor.core.publisher.Mono<McpSchema.CreateMessageResult>McpAsyncServer.createMessage(McpSchema.CreateMessageRequest createMessageRequest) Deprecated.This will be removed in 0.9.0.reactor.core.publisher.Mono<McpSchema.CreateMessageResult>McpAsyncServerExchange.createMessage(McpSchema.CreateMessageRequest createMessageRequest) Create a new message using the sampling capabilities of the client. -
Uses of McpSchema.CreateMessageResult in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec that return McpSchema.CreateMessageResult