Uses of Record Class
io.modelcontextprotocol.server.McpServerFeatures.SyncToolRegistration
Packages that use McpServerFeatures.SyncToolRegistration
-
Uses of McpServerFeatures.SyncToolRegistration in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server with parameters of type McpServerFeatures.SyncToolRegistrationModifier and TypeMethodDescriptionvoidMcpSyncServer.addTool(McpServerFeatures.SyncToolRegistration toolHandler) Deprecated.This method will be removed in 0.9.0.McpServer.SyncSpec.tools(McpServerFeatures.SyncToolRegistration... 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.SyncToolRegistrationModifier and TypeMethodDescriptionMcpServer.SyncSpec.tools(List<McpServerFeatures.SyncToolRegistration> toolRegistrations) Deprecated.Adds multiple tools with their handlers to the server using a List.