Release v2.11.3
Fixed
- n8n_update_partial_workflow Tool: Fixed critical bug where updateNode and updateConnection operations were using incorrect property name
- Changed from
changes
property toupdates
property to match documentation and expected behavior - Resolves issue where AI agents would break workflow connections when updating nodes
- Fixes GitHub issues #159 (update_partial_workflow is invalid) and #168 (partial workflow update returns error)
- All related tests updated to use correct property name
- Changed from
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.11.3
# Railway optimized
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp-railway:v2.11.3
Documentation
🤖 Generated with Claude Code