mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
- Bump version from 2.11.3 to 2.12.0 - Add comprehensive documentation for flexible instance configuration - Update CHANGELOG with new features, security enhancements, and performance improvements - Document architecture, usage examples, and security considerations - Include migration guide for existing deployments This release introduces flexible instance configuration, enabling n8n-mcp to serve multiple users with different n8n instances dynamically, with full backward compatibility. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
22 lines
461 B
JSON
22 lines
461 B
JSON
{
|
|
"name": "n8n-mcp-runtime",
|
|
"version": "2.12.0",
|
|
"description": "n8n MCP Server Runtime Dependencies Only",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.13.2",
|
|
"express": "^5.1.0",
|
|
"dotenv": "^16.5.0",
|
|
"lru-cache": "^11.2.1",
|
|
"sql.js": "^1.13.0",
|
|
"uuid": "^10.0.0",
|
|
"axios": "^1.7.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"better-sqlite3": "^11.10.0"
|
|
}
|
|
}
|