mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
Fixes VersionedNodeType parsing failures where test mocks only have baseDescription without the description getter that real instances have. Changes: - Add baseDescription fallback in regular (non-VersionedNodeType) paths - Check instance-level baseDescription/nodeVersions for versioned detection - Prevent fallback for incomplete mocks testing edge cases This resolves 11 test failures caused by v2.17.5 TypeScript type safety changes interacting with test mocks that don't fully implement n8n's VersionedNodeType interface. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>