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