π Security Fix Release
CRITICAL: This release addresses a security vulnerability where sensitive log files were inadvertently published to npm in versions 0.9.1 and 0.9.2.
π‘οΈ Security Fixes
- Prevented log files from npm packages - Added
*.logto.npmignore - Removed sensitive data exposure - Deleted
server.logcontaining API keys - Unpublished vulnerable versions - Removed v0.9.1 and v0.9.2 from npm registry
π¦ Package Improvements
- Package size: 653.2 KB (β 45.8 KB from v0.9.2)
- File count: 200 files (β 1 file)
- Clean build: No sensitive data included
π Documentation Enhancements
- β Comprehensive README overhaul - Modern structure with 11 new sections
- β Professional badges - npm version, downloads, license, and docs
- β SEO optimization - Enhanced GitHub repository description and topics
- β GitHub Issues updated - Added documentation links to 5 issues
π₯ Installation
NPM (Recommended)
npm install -g @kernel.salacoste/n8n-workflow-builder@latest
Verify Installation
npx @kernel.salacoste/n8n-workflow-builder --version
# Should output: 0.9.3
---
π Quick Start
1. Configure Multi-Instance
Create .config.json:
{
"environments": {
"production": {
"n8n_host": "https://n8n.example.com",
"n8n_api_key": "your_production_api_key"
},
"development": {
"n8n_host": "http://localhost:5678",
"n8n_api_key": "your_dev_api_key"
}
},
"defaultEnv": "development"
}
2. Integrate with Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"n8n-workflow-builder": {
"command": "npx",
"args": ["@kernel.salacoste/n8n-workflow-builder"]
}
}
}
Restart Claude Desktop and start building workflows! π
---
π Documentation
- π https://salacoste.github.io/mcp-n8n-workflow-builder/
- π https://salacoste.github.io/mcp-n8n-workflow-builder/getting-started/quick-start/first-workflow/
- π οΈ https://salacoste.github.io/mcp-n8n-workflow-builder/api/overview/
- ποΈ https://salacoste.github.io/mcp-n8n-workflow-builder/multi-instance/overview/
- π https://salacoste.github.io/mcp-n8n-workflow-builder/troubleshooting/faq/
---
β¨ What's Included
17 MCP Tools
- 8 Workflow Tools - Create, update, delete, activate, execute workflows
- 4 Execution Tools - Monitor, retry, analyze workflow runs
- 5 Tag Tools - Organize and categorize workflows
- 6 Credential Tools - Secure credential lifecycle management
Key Features
- π€ AI-Powered - Build workflows through natural language with Claude AI
- π Multi-Instance - Manage dev, staging, and production environments
- π Secure - Built-in credential protection and API key encryption
- π Documented - 38+ documentation pages with guides and examples
---
π Upgrade from Previous Versions
From v0.9.0 β v0.9.3
npm uninstall -g @kernel.salacoste/n8n-workflow-builder
npm install -g @kernel.salacoste/n8n-workflow-builder@latest
Breaking Changes: None β
New Features:
- Enhanced security with log file exclusion
- Improved README with modern structure
- SEO-optimized repository metadata
Migration Notes
No migration required. This is a security patch release with documentation improvements.
---
π Known Issues
None at this time.
Report issues at: https://github.com/salacoste/mcp-n8n-workflow-builder/issues
---
π Acknowledgments
- Security researchers who helped identify the log file exposure issue
- Early adopters providing valuable feedback
- Contributors improving documentation and code quality
---
π Release Stats
- Commits: 5
- Files Changed: 4
- Lines Added: 400+
- Lines Removed: 860+
- Contributors: 1
- Time to Release: 2 hours
---
π Links
- π¦ npm Package: https://www.npmjs.com/package/@kernel.salacoste/n8n-workflow-builder
- π Documentation: https://salacoste.github.io/mcp-n8n-workflow-builder/
- π¬ Discussions: https://github.com/salacoste/mcp-n8n-workflow-builder/discussions
- π Issues: https://github.com/salacoste/mcp-n8n-workflow-builder/issues
---
Full Changelog: https://github.com/salacoste/mcp-n8n-workflow-builder/compare/v0.9.0...v0.9.3