mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
Fixed TypeError when generating metadata for templates with missing or invalid nodes_used data. Added safe JSON parsing with fallback to empty array. Root cause: Template -1000 (Canonical AI Tool Examples) has null nodes_used field, causing iteration error in summarizeNodes(). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>