mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-02-08 22:33:08 +00:00
Complete Phase 4 of AI validation implementation:
**New Guide (900+ lines)**
- src/mcp/tool-docs/guides/ai-agents-guide.ts: Comprehensive guide covering:
* AI Agent Architecture (nodes, connections, workflow patterns)
* 8 Essential Connection Types (detailed explanations with examples)
* Building First AI Agent (step-by-step tutorial)
* AI Tools Deep Dive (HTTP Request, Code, Vector Store, AI Agent Tool, MCP)
* Advanced Patterns (streaming, fallback models, RAG, multi-agent)
* Validation & Best Practices (workflow validation, common pitfalls)
* Troubleshooting (connection issues, tool problems, performance)
**Integration**
- src/mcp/tool-docs/guides/index.ts: Export guide
- src/mcp/tool-docs/index.ts: Register ai_agents_guide in toolsDocumentation
**Deprecation**
- src/mcp/tool-docs/discovery/list-ai-tools.ts: Deprecate basic 263-node list
* Updated to point users to comprehensive ai_agents_guide
* Recommends search_nodes({includeExamples: true}) for examples
**Access**
- tools_documentation({topic: "ai_agents_guide"}) - full guide
- tools_documentation({topic: "ai_agents_guide", depth: "essentials"}) - quick reference
This replaces the basic list_ai_tools with progressive, complete documentation
for building production AI workflows in n8n.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>