v0.3.0 - explain_execution, REST tools, references split
What's new in v0.3.0
New tools
n8n_explain_execution- paste execution JSON, get per-node findings: zero-item nodes, unresolved expressions, error messages with hints. The core debugging tool.n8n_list_workflows- list workflows from a live n8n instance (requiresN8N_API_URL+N8N_API_KEY)n8n_get_workflow- fetch a specific workflow by IDn8n_create_workflow- create a workflow on a live instancen8n_activate_workflow- activate/deactivate a workflown8n_get_executions- pull recent executions for a workflow
Improvements
references/split: skill context broken into focused sub-files so it doesn't bloat the agent prompt- Gemini CLI extension wrapper added (
gemini-extension.json,GEMINI.md) - README sharpened for awesome-list quotability
- MCP Registry server.json description trimmed to 100-char limit
- Compatibility host list expanded to 10 popular MCP hosts
Previous releases
v0.2.1
- MCP Registry compliance: added
mcpNamefield,server.json
v0.2.0
- AI agent template with correct LangChain cluster topology
- Lint rules: agent missing language model, IF v1 schema, spreadsheetFile deprecation, webhookId
v0.1.1
- Fixed bin path (dropped leading
./)
v0.1.0
- Initial release:
n8n_generate_workflow,n8n_lint_workflow,n8n_get_node_info
Community
- SECURITY.md - vulnerability reporting policy
- CONTRIBUTING.md - dev setup and PR process
Built by AutomateLab