Docker Image
The n8n-specific Docker image is available at:
docker pull ghcr.io/czlonkowski/n8n-mcp/n8n-mcp:v2.10.1
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
- fix: Docker build failures and outdated pre-built images by @czlonkowski in #117
- feat: Add automated release system with CI/CD pipeline by @czlonkowski in #119
- fix: memory leak in SimpleCache causing MCP connection loss (fixes #118) by @czlonkowski in #120
Full Changelog: v2.9.1...v2.10.1