mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
Removed temporary debug logging code that was used during troubleshooting. The debug code was causing TypeScript lint errors by accessing mock internals that aren't properly typed. Changes: - Removed debug file write to /tmp/test-error-debug.json - Cleaned up lines 387-396 in session-lifecycle-retry.test.ts Tests: All 14 tests still passing Lint: Clean (no TypeScript errors) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>