| @@ -106,8 +106,12 @@ | ||
| 106 | 106 | } else { |
| 107 | 107 | add_action( 'elementor/loaded', [ ElementorManager::class, 'get_instance' ] ); |
| 108 | 108 | } |
| 109 | 109 | EntriesMailReceiver::get_instance(); |
| 110 | + | |
| 111 | + // MCP server (AI-assistant integration). Progressive enhancement: | |
| 112 | + // loads only on a capable PHP runtime and stays off until enabled. | |
| 113 | + \NotificationX\MCP\Bootstrap::init(); | |
| 110 | 114 | } |
| 111 | 115 | /** |
| 112 | 116 | * The Plugin Activator |
| 113 | 117 | * @return void |