mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
- Fix mockNodeRepository variable declaration in integration tests - Correct saveNode parameter expectations for database operations - Fix DocsMapper node type from 'if' to 'nodes-base.if' for proper enhancement - Add proper outputs/outputNames mock data for workflow validation Key integration test now passes: "should parse, store, retrieve, and validate SplitInBatches node with outputs" This completes the end-to-end validation: ✅ Parsing: Extract output information from node classes ✅ Storage: Save outputs and outputNames to database ✅ Retrieval: Deserialize output data correctly ✅ Validation: Detect reversed SplitInBatches connections Integration tests: 249/253 passing (98% pass rate) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>