mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-03-21 09:53:08 +00:00
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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user