mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
- Fixed response structure mismatch in 67 failing tests - Updated tests to use response.content[0] instead of response[0] - Tests now correctly handle MCP SDK's content array structure - All 30 MCP protocol integration tests now pass Tech debt: Need to add proper TypeScript types for MCP responses to replace current 'as any' assertions (tracked separately) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>