mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-03-18 16:33:13 +00:00
Remove references to get_node_for_task tool that was removed in v2.15.0 as part of P0-R3 implementation. Changes: - parameter-validation.test.ts: Remove getNodeForTask mock spy - parameter-validation.test.ts: Remove get_node_for_task from validation test array - tools.test.ts: Remove get_node_for_task from templates category Test results: ✅ parameter-validation.test.ts: 52/52 passed ✅ tools.test.ts: 57/57 passed This completes the removal of get_node_for_task tool across the entire codebase. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>