Release v2.28.6
Generating release notes from v2.28.4 to HEAD
🐛 Bug Fixes
- Address code review issues for PR #467 (1524fd5)
- Fix: n8n_update_partial_workflow fails with additional properties error (#466) (934124f)
🧪 Testing
🔧 Maintenance
- Bump version to 2.28.5 and add changelog entry (b5759c4)
- Add pre-built dist folder for npx usage (5057481)
📝 Other Changes
- Add version-aware settings filtering for n8n API compatibility (a70d96a)
Release Statistics:
- 6 commits
- 2 contributors
- Contributors: Romuald Członkowski, thesved
Installation
NPM Package
# Install globally
npm install -g n8n-mcp
# Or run directly
npx n8n-mcpDocker
# Standard image
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp:v2.28.6
# Railway optimized
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp-railway:v2.28.6Documentation
🤖 Generated with Claude Code