czlonkowski
|
c4df184423
|
feat: Sync skills with n8n-mcp tool API updates (v1.2.0)
- Fix property removal: undefined → null (matching actual MCP API)
- Add n8n_manage_datatable tool (data table CRUD, filtering, dry-run)
- Add transferWorkflow operation (18 ops total, was 17)
- Add 7 autofix types: node-type-correction, webhook-missing-path,
typeversion-upgrade, version-migration + confidence thresholds
- Add AI agent patterns: MCP Client Tool, streaming, fallback models, RAG
- Replace all deprecated tool names across 18+ files:
get_node_essentials → get_node, validate_node_operation → validate_node,
get_property_dependencies → get_node search_properties mode
- Sync .claude/skills/ with updated skills directory
- Update docs/ with current unified tool API references
Conceived by Romuald Członkowski - www.aiadvisors.pl/en
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
2026-03-26 10:39:14 +01:00 |
|
czlonkowski
|
dff62f0c52
|
feat: Complete Phase 1 - Foundation and Documentation
## Phase 1 Achievements
✅ Repository Structure:
- Created complete directory structure (skills/, evaluations/)
- Updated .gitignore (removed docs/, keep .mcp.json)
✅ MCP Testing:
- Verified n8n API availability (https://n8n-test.n8n-mcp.com)
- Tested MCP tools comprehensively
- Created MCP_TESTING_LOG.md with real tool responses
✅ Documentation:
- README.md: Comprehensive project overview with data-driven insights
- INSTALLATION.md: Complete installation guide for all platforms
- USAGE.md: Detailed usage examples and cross-skill composition
- DEVELOPMENT.md: Development guidelines and contribution process
## Key Insights from MCP Testing
- 537 nodes available (437 base + 100 langchain)
- 2,653 templates with metadata
- nodeType format differences documented
- Webhook data structure clarified ($json.body)
- Auto-sanitization behavior documented
- All n8n_* tools require API; all others don't
## Next: Phase 2 - Skill #1 (n8n Expression Syntax)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Conceived by Romuald Członkowski - https://www.aiadvisors.pl/en
|
2025-10-20 10:14:34 +02:00 |
|