- Fix 'n8n-mcp serve' test to properly check MCP_MODE environment variable - Use writable path (/app/data) for NODE_DB_PATH test instead of /custom - Replace netstat check with environment variable check (netstat not available in Alpine) - Increase sleep time to ensure processes are fully started before checking These changes ensure tests work consistently in both local and CI environments.