Uses of Record Class
io.modelcontextprotocol.server.McpServerFeatures.SyncToolSpecification
Packages that use McpServerFeatures.SyncToolSpecification
-
Uses of McpServerFeatures.SyncToolSpecification in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server with parameters of type McpServerFeatures.SyncToolSpecificationModifier and TypeMethodDescriptionvoidMcpSyncServer.addTool(McpServerFeatures.SyncToolSpecification toolHandler) Add a new tool handler.McpServer.SyncSpecification.tools(McpServerFeatures.SyncToolSpecification... toolSpecifications) Adds multiple tools with their handlers to the server using varargs.Method parameters in io.modelcontextprotocol.server with type arguments of type McpServerFeatures.SyncToolSpecificationModifier and TypeMethodDescriptionMcpServer.SyncSpecification.tools(List<McpServerFeatures.SyncToolSpecification> toolSpecifications) Adds multiple tools with their handlers to the server using a List.