Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.CompleteRequest
Packages that use McpSchema.CompleteRequest
-
Uses of McpSchema.CompleteRequest in io.modelcontextprotocol.client
Methods in io.modelcontextprotocol.client with parameters of type McpSchema.CompleteRequestModifier 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.McpSyncClient.completeCompletion(McpSchema.CompleteRequest completeRequest) Send a completion/complete request. -
Uses of McpSchema.CompleteRequest in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server that return types with arguments of type McpSchema.CompleteRequestModifier 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.CompleteRequestModifierConstructorDescriptionAsyncCompletionSpecification(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.