Skip to content

Release v2.58.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 14:06
· 90 commits to main since this release
ac5cc75

Release v2.58.0

Generating release notes from v2.57.4 to HEAD

🐛 Bug Fixes

  • Align published runtime manifest with the tested build (2d82c6e)

🔧 Maintenance

  • Address PR review feedback (a4b0a67)
  • Update n8n to 2.26.5 and bump version to 2.58.0 (9a8f61e)

📝 Other Changes

  • fix(rebuild): revert community-node scoping in optimized rebuild path (1e79627)
  • fix(rebuild): preserve community nodes across database rebuilds (6d143cf)

Release Statistics:

  • 5 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.58.0

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

Documentation

🤖 Generated with Claude Code