Skip to content

Release v2.59.2

Choose a tag to compare

@github-actions github-actions released this 19 Jun 21:52
· 73 commits to main since this release
bf08738

Release v2.59.2

Generating release notes from v2.59.1 to HEAD

🔧 Maintenance

  • Stop tracking build output (untrack dist/) (6c14fa4)

📝 Other Changes

  • test(http): drop unnecessary 10ms wait to a single tick (26efaab)
  • fix(http): opt-in concurrent MCP sessions per instance (57d0200)

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.2

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

Documentation

🤖 Generated with Claude Code