Uses of Interface
io.modelcontextprotocol.spec.McpSchema.CompleteReference
Packages that use McpSchema.CompleteReference
-
Uses of McpSchema.CompleteReference in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server that return McpSchema.CompleteReferenceModifier and TypeMethodDescriptionMcpServerFeatures.AsyncCompletionSpecification.referenceKey()Returns the value of thereferenceKeyrecord component.McpServerFeatures.SyncCompletionSpecification.referenceKey()Returns the value of thereferenceKeyrecord component.McpStatelessServerFeatures.AsyncCompletionSpecification.referenceKey()Returns the value of thereferenceKeyrecord component.McpStatelessServerFeatures.SyncCompletionSpecification.referenceKey()Returns the value of thereferenceKeyrecord component.Constructors in io.modelcontextprotocol.server with parameters of type McpSchema.CompleteReferenceModifierConstructorDescriptionAsyncCompletionSpecification(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. -
Uses of McpSchema.CompleteReference in io.modelcontextprotocol.spec
Classes in io.modelcontextprotocol.spec that implement McpSchema.CompleteReferenceModifier and TypeClassDescriptionstatic final recordIdentifies a prompt for completion requests.static final recordA reference to a resource or resource template definition for completion requests.Methods in io.modelcontextprotocol.spec that return McpSchema.CompleteReferenceModifier and TypeMethodDescriptionMcpSchema.CompleteRequest.ref()Returns the value of therefrecord component.Constructors in io.modelcontextprotocol.spec with parameters of type McpSchema.CompleteReferenceModifierConstructorDescriptionCompleteRequest(McpSchema.CompleteReference ref, McpSchema.CompleteRequest.CompleteArgument argument) CompleteRequest(McpSchema.CompleteReference ref, McpSchema.CompleteRequest.CompleteArgument argument, McpSchema.CompleteRequest.CompleteContext context) CompleteRequest(McpSchema.CompleteReference ref, McpSchema.CompleteRequest.CompleteArgument argument, Map<String, Object> meta) CompleteRequest(McpSchema.CompleteReference ref, McpSchema.CompleteRequest.CompleteArgument argument, Map<String, Object> meta, McpSchema.CompleteRequest.CompleteContext context) Creates an instance of aCompleteRequestrecord class.