Uses of Record Class
io.modelcontextprotocol.server.McpServerFeatures.SyncResourceRegistration
Packages that use McpServerFeatures.SyncResourceRegistration
-
Uses of McpServerFeatures.SyncResourceRegistration in io.modelcontextprotocol.server
Methods in io.modelcontextprotocol.server with parameters of type McpServerFeatures.SyncResourceRegistrationModifier and TypeMethodDescriptionvoidMcpSyncServer.addResource(McpServerFeatures.SyncResourceRegistration resourceHandler) Deprecated.This method will be removed in 0.9.0.McpServer.SyncSpec.resources(McpServerFeatures.SyncResourceRegistration... resourceRegistrations) Deprecated.Registers multiple resources with their handlers using varargs.Method parameters in io.modelcontextprotocol.server with type arguments of type McpServerFeatures.SyncResourceRegistrationModifier and TypeMethodDescriptionMcpServer.SyncSpec.resources(List<McpServerFeatures.SyncResourceRegistration> resourceRegsitrations) Deprecated.Registers multiple resources with their handlers using a List.McpServer.SyncSpec.resources(Map<String, McpServerFeatures.SyncResourceRegistration> resourceRegsitrations) Deprecated.Registers multiple resources with their handlers using a Map.