mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
- 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.