mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-02-06 05:23:08 +00:00
- Fixed delete operator error on line 49 using type assertion - Fixed position array type errors by explicitly typing as [number, number] tuples - All 16 tests still pass with correct types - TypeScript compilation now succeeds without errors The position arrays need to be tuples [number, number] not number[] for proper WorkflowNode type compatibility.