Uses of Record Class
io.modelcontextprotocol.server.McpServerFeatures.AsyncCompletionSpecification
Packages that use McpServerFeatures.AsyncCompletionSpecification
-
Uses of McpServerFeatures.AsyncCompletionSpecification in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server with parameters of type McpServerFeatures.AsyncCompletionSpecificationModifier and TypeMethodDescriptionMcpServer.AsyncSpecification.completions(McpServerFeatures.AsyncCompletionSpecification... completions) Registers multiple completions with their handlers using varargs.Method parameters in io.modelcontextprotocol.server with type arguments of type McpServerFeatures.AsyncCompletionSpecificationModifier and TypeMethodDescriptionMcpServer.AsyncSpecification.completions(List<McpServerFeatures.AsyncCompletionSpecification> completions) Registers multiple completions with their handlers using a List.