Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.CompleteRequest.CompleteContext
Packages that use McpSchema.CompleteRequest.CompleteContext
-
Uses of McpSchema.CompleteRequest.CompleteContext in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec that return McpSchema.CompleteRequest.CompleteContextModifier and TypeMethodDescriptionMcpSchema.CompleteRequest.CompleteContext.Builder.build()McpSchema.CompleteRequest.context()Returns the value of thecontextrecord component.Methods in io.modelcontextprotocol.spec with parameters of type McpSchema.CompleteRequest.CompleteContextModifier and TypeMethodDescriptionMcpSchema.CompleteRequest.Builder.context(McpSchema.CompleteRequest.CompleteContext context) Constructors in io.modelcontextprotocol.spec with parameters of type McpSchema.CompleteRequest.CompleteContextModifierConstructorDescriptionCompleteRequest(McpSchema.CompleteReference ref, McpSchema.CompleteRequest.CompleteArgument argument, McpSchema.CompleteRequest.CompleteContext context) Deprecated.CompleteRequest(McpSchema.CompleteReference ref, McpSchema.CompleteRequest.CompleteArgument argument, Map<String, Object> meta, McpSchema.CompleteRequest.CompleteContext context) Creates an instance of aCompleteRequestrecord class.