mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
- Fixed 3 failing integration tests in error-handling.test.ts - Tests now expect structured validation error format - Updated expectations for empty search query, malformed workflow, and missing parameters - All integration tests now passing (249 tests total) The new validation system produces more detailed error messages in the format 'tool_name: Validation failed: • field: message' which is more helpful for debugging and AI agents.