mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
All handleUpdateWorkflow tests now fetch current workflow and provide all required fields (name, nodes, connections) to comply with n8n API requirements. This fixes the CI test failures. Changes: - Update Nodes test: Added name field - Update Connections test: Fetch current workflow, add all required fields - Update Settings test: Fetch current workflow, add all required fields - Update Name test: Fetch current workflow, add nodes and connections - Multiple Properties test: Fetch current workflow, add nodes and connections 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>