Currently, the server imports google-genai, mcp, and other libraries at startup. We should delay these imports so they only load if the feature is explicitly enabled (e.g., if the Gemini API key is configured or the MCP server is requested). This will keep the idle memory footprint as low as possible for users running in Lite Sync (zero-config) mode.
Currently, the server imports
google-genai,mcp, and other libraries at startup. We should delay these imports so they only load if the feature is explicitly enabled (e.g., if the Gemini API key is configured or the MCP server is requested). This will keep the idle memory footprint as low as possible for users running in Lite Sync (zero-config) mode.