mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
Fixed critical bug where warnings were generated by the diff engine but not included in the MCP response, making them invisible to users. Now warnings are properly passed through in all return paths: - Success path (workflow updated) - validateOnly path (dry run mode) - Failure path (continueOnError mode) This completes the fix for issue #360, ensuring users receive helpful guidance when using sourceIndex instead of branch/case parameters. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>