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) Add a new tool handler.McpServer.SyncSpec.tools(McpServerFeatures.SyncToolRegistration... toolRegistrations) 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) Adds multiple tools with their handlers to the server using a List.