mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-03-17 16:03:08 +00:00
- Add validateFixedCollectionStructures method to detect invalid nested structures - Add specific validators for Switch, If, and Filter nodes - Provide auto-fix suggestions that transform invalid structures to correct ones - Add comprehensive test coverage with 16 test cases - Integrate validation into EnhancedConfigValidator and WorkflowValidator This prevents AI agents from creating workflows that fail to load in n8n UI.