getWebCapabilities method
Returns status of web platform capabilities
Implementation
Map<String, dynamic> getWebCapabilities() {
return {
'supportsBackgroundService': _supportsBackgroundService(),
'supportsNotifications': _supportsNotifications(),
'supportsLocalStorage': _supportsLocalStorage(),
'supportsMCP': false, // Web platform has limited MCP capabilities
};
}