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