mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-02-06 05:23:08 +00:00
**Issue**: response.data is typed as unknown, causing TypeScript errors **Changes**: - Import Workflow type from n8n-api types - Add type assertion: `response.data as Workflow` - Add explicit type annotations for .find() and .map() callbacks **Result**: All TypeScript linting errors resolved 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>