Skip to content

v0.3.0 - explain_execution, REST tools, references split

Choose a tag to compare

@ratamaha-git ratamaha-git released this 11 May 14:21
· 16 commits to main since this release

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 (requires N8N_API_URL + N8N_API_KEY)
  • n8n_get_workflow - fetch a specific workflow by ID
  • n8n_create_workflow - create a workflow on a live instance
  • n8n_activate_workflow - activate/deactivate a workflow
  • n8n_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 mcpName field, 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

Built by AutomateLab