Docker Image
The n8n-specific Docker image is available at:
docker pull ghcr.io/czlonkowski/n8n-mcp/n8n-mcp:v2.10.3
Quick Deploy
Use the quick deploy script for easy setup:
./deploy/quick-deploy-n8n.sh setup
See the deployment documentation for detailed instructions.
What's Changed
- Use wget since n8n image goes not have curl by @qaribhaider in #122
- fix: handle GitHub Actions permission errors gracefully by @czlonkowski in #127
- fix: resolve SplitInBatches output confusion for AI assistants by @czlonkowski in #128
New Contributors
- @qaribhaider made their first contribution in #122
Full Changelog: v2.10.2...v2.10.3