Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.CompleteResult
Packages that use McpSchema.CompleteResult
-
Uses of McpSchema.CompleteResult in io.modelcontextprotocol.client
Methods in io.modelcontextprotocol.client that return McpSchema.CompleteResultModifier and TypeMethodDescriptionMcpSyncClient.completeCompletion(McpSchema.CompleteRequest completeRequest) Send a completion/complete request.Methods in io.modelcontextprotocol.client that return types with arguments of type McpSchema.CompleteResultModifier and TypeMethodDescriptionreactor.core.publisher.Mono<McpSchema.CompleteResult>McpAsyncClient.completeCompletion(McpSchema.CompleteRequest completeRequest) Sends a completion/complete request to generate value suggestions based on a given reference and argument. -
Uses of McpSchema.CompleteResult in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server that return types with arguments of type McpSchema.CompleteResultModifier and TypeMethodDescriptionBiFunction<McpAsyncServerExchange,McpSchema.CompleteRequest, reactor.core.publisher.Mono<McpSchema.CompleteResult>> McpServerFeatures.AsyncCompletionSpecification.completionHandler()Returns the value of thecompletionHandlerrecord component.McpServerFeatures.SyncCompletionSpecification.completionHandler()Returns the value of thecompletionHandlerrecord component.BiFunction<McpTransportContext,McpSchema.CompleteRequest, reactor.core.publisher.Mono<McpSchema.CompleteResult>> McpStatelessServerFeatures.AsyncCompletionSpecification.completionHandler()Returns the value of thecompletionHandlerrecord component.McpStatelessServerFeatures.SyncCompletionSpecification.completionHandler()Returns the value of thecompletionHandlerrecord component.Constructor parameters in io.modelcontextprotocol.server with type arguments of type McpSchema.CompleteResultModifierConstructorDescriptionAsyncCompletionSpecification(McpSchema.CompleteReference referenceKey, BiFunction<McpAsyncServerExchange, McpSchema.CompleteRequest, reactor.core.publisher.Mono<McpSchema.CompleteResult>> completionHandler) Creates an instance of aAsyncCompletionSpecificationrecord class.AsyncCompletionSpecification(McpSchema.CompleteReference referenceKey, BiFunction<McpTransportContext, McpSchema.CompleteRequest, reactor.core.publisher.Mono<McpSchema.CompleteResult>> completionHandler) Creates an instance of aAsyncCompletionSpecificationrecord class.SyncCompletionSpecification(McpSchema.CompleteReference referenceKey, BiFunction<McpSyncServerExchange, McpSchema.CompleteRequest, McpSchema.CompleteResult> completionHandler) Creates an instance of aSyncCompletionSpecificationrecord class.SyncCompletionSpecification(McpSchema.CompleteReference referenceKey, BiFunction<McpTransportContext, McpSchema.CompleteRequest, McpSchema.CompleteResult> completionHandler) Creates an instance of aSyncCompletionSpecificationrecord class.