mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-03-18 16:33:13 +00:00
Langchain AI nodes (tools, agents, chains) are already validated by specialized AI validators. Skipping the node repository lookup prevents "Unknown node type" errors when the database doesn't have langchain nodes, while still ensuring proper validation through AI-specific validators. This fixes 7 integration test failures where valid AI tool configurations were incorrectly marked as invalid due to database lookup failures. Resolves #265 (AI validation Phase 2 - remaining test failures) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>