mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-02-06 05:23:08 +00:00
The integration tests were using N8N_URL for CI but N8N_API_URL for local development, causing CI failures. Changed CI to use N8N_API_URL to match the GitHub secrets configuration and local .env setup. Fixes: Integration tests failing in CI with 'N8N_URL: MISSING' error