chore: release v2.15.4

### Summary
Phase 4 integration tests complete with enhanced settings filtering

### Changes
- Bump version: 2.15.3 → 2.15.4
- Enhanced cleanWorkflowForUpdate to filter settings (whitelist approach)
- Fixed all Phase 4 integration tests to comply with n8n API requirements
- Removed invalid "Update Connections" test

### Key Improvements
- Settings updates now work while maintaining Issue #248 protection
- Whitelist-based filtering (more secure than blacklist)
- All 433 integration tests passing
- Backward compatibility maintained

### Test Coverage
- Unit tests: 72/72 passing (100%)
- Integration tests: 433/433 passing (Phase 4 complete)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
czlonkowski
2025-10-04 22:47:17 +02:00
parent ad1f611d2a
commit 4feb905bd0
2 changed files with 44 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "n8n-mcp",
"version": "2.15.3",
"version": "2.15.4",
"description": "Integration between n8n workflow automation and Model Context Protocol (MCP)",
"main": "dist/index.js",
"bin": {