Release v2.13.1
Changed
- Removed 5-operation limit from n8n_update_partial_workflow: The workflow diff engine now supports unlimited operations per request
- Previously limited to 5 operations for "transactional integrity"
- Analysis revealed the limit was unnecessary - the clone-validate-apply pattern already ensures atomicity
- All operations are validated before any are applied, maintaining data integrity
- Enables complex workflow refactoring in single API calls
- Updated documentation and examples to demonstrate large batch operations (26+ operations)
Installation
NPM Package
# Install globally
npm install -g n8n-mcp
# Or run directly
npx n8n-mcp
Docker
# Standard image
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp:v2.13.1
# Railway optimized
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp-railway:v2.13.1
Documentation
🤖 Generated with Claude Code