Checks of the given capability is supported
bool supports(String capabilityName) => serverCapabilities.firstWhereOrNull((c) => c.name == capabilityName) != null;