mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-03-18 08:23:07 +00:00
- Fixed all 39 TypeScript errors about 'response.content' being of type 'unknown' - Changed type assertions from 'response.content[0] as any' to '(response as any).content[0]' - All tests pass and lint check is now clean 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>