Uses of Record Class
io.modelcontextprotocol.server.McpServerFeatures.AsyncToolRegistration
Packages that use McpServerFeatures.AsyncToolRegistration
-
Uses of McpServerFeatures.AsyncToolRegistration in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server with parameters of type McpServerFeatures.AsyncToolRegistrationModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>McpAsyncServer.addTool(McpServerFeatures.AsyncToolRegistration toolRegistration) Deprecated.This method will be removed in 0.9.0.McpServer.AsyncSpec.tools(McpServerFeatures.AsyncToolRegistration... toolRegistrations) Deprecated.Adds multiple tools with their handlers to the server using varargs.Method parameters in io.modelcontextprotocol.server with type arguments of type McpServerFeatures.AsyncToolRegistrationModifier and TypeMethodDescriptionMcpServer.AsyncSpec.tools(List<McpServerFeatures.AsyncToolRegistration> toolRegistrations) Deprecated.Adds multiple tools with their handlers to the server using a List.