Skip to content

Release v2.59.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 09:17
· 86 commits to main since this release
c8ff28a

Release v2.59.0

Generating release notes from v2.58.0 to HEAD

🔧 Maintenance

  • Encode nodeNames minItems in the tool schema (e2ca358)
  • Address review feedback on mode="filtered" (18dc80e)

📝 Other Changes

  • feat(workflow): add mode="filtered" to n8n_get_workflow for single-node reads (145d916)

Release Statistics:

  • 3 commits
  • 1 contributor
  • Contributors: czlonkowski

Installation

NPM Package

# Install globally
npm install -g n8n-mcp

# Or run directly
npx n8n-mcp

Docker

# Standard image
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp:v2.59.0

# Railway optimized
docker run -p 3000:3000 ghcr.io/czlonkowski/n8n-mcp-railway:v2.59.0

Documentation

🤖 Generated with Claude Code