czlonkowski
|
b6e4642847
|
fix: add missing AI/LangChain root-nodes documentation path
- Added cluster-nodes/root-nodes path to DocsMapper
- Fixed documentation mapping for 16 critical AI/LangChain nodes
- AI Agent now has documentation (was missing)
- LangChain documentation coverage: 61.1% → 75.6% (+14.5%)
- Overall documentation coverage: 87% → 89.5% (+2.5%)
Affected nodes now with documentation:
- AI Agent, Basic LLM Chain, Q&A Chain
- Sentiment Analysis, Summarization Chain
- All vector store nodes (Milvus, MongoDB, PGVector, etc.)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-06-16 17:45:16 +02:00 |
|
czlonkowski
|
8bf670c31e
|
feat: Implement n8n-MCP Enhancement Plan v2.1 Final
- Implement simple node loader supporting n8n-nodes-base and langchain packages
- Create parser handling declarative, programmatic, and versioned nodes
- Build documentation mapper with 89% coverage (405/457 nodes)
- Setup SQLite database with minimal schema
- Create rebuild script for one-command database updates
- Implement validation script for critical nodes
- Update MCP server with documentation-focused tools
- Add npm scripts for streamlined workflow
Successfully loads 457/458 nodes with accurate documentation mapping.
Versioned node detection working (46 nodes detected).
3/4 critical nodes pass validation tests.
Known limitations:
- Slack operations extraction incomplete for some versioned nodes
- One langchain node fails due to missing dependency
- No AI tools detected (none have usableAsTool flag)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
|
2025-06-12 14:18:19 +02:00 |
|