Uses of Record Class
io.modelcontextprotocol.server.McpStatelessServerFeatures.AsyncToolSpecification
Packages that use McpStatelessServerFeatures.AsyncToolSpecification
-
Uses of McpStatelessServerFeatures.AsyncToolSpecification in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server that return McpStatelessServerFeatures.AsyncToolSpecificationModifier and TypeMethodDescriptionMcpStatelessServerFeatures.AsyncToolSpecification.Builder.build()Builds the AsyncToolSpecification instance.Methods in io.modelcontextprotocol.server with parameters of type McpStatelessServerFeatures.AsyncToolSpecificationModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>McpStatelessAsyncServer.addTool(McpStatelessServerFeatures.AsyncToolSpecification toolSpecification) Add a new tool specification at runtime.McpServer.StatelessAsyncSpecification.tools(McpStatelessServerFeatures.AsyncToolSpecification... toolSpecifications) Adds multiple tools with their handlers to the server using varargs.Method parameters in io.modelcontextprotocol.server with type arguments of type McpStatelessServerFeatures.AsyncToolSpecificationModifier and TypeMethodDescriptionMcpServer.StatelessAsyncSpecification.tools(List<McpStatelessServerFeatures.AsyncToolSpecification> toolSpecifications) Adds multiple tools with their handlers to the server using a List.