mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
Version bump for Phase 1 release with breaking changes. Changes: - Version: 2.15.7 → 2.16.0 (breaking change: removed updateConnection) - CHANGELOG: Comprehensive v2.16.0 entry covering: - Phase 1: rewireConnection operation + smart parameters - Issue #275: TypeError prevention (57.4% of production errors) - Issue #136: Partial workflow update failures (resolved by TypeError fix) - Critical bug fixes during Phase 1 implementation - Integration testing with real n8n API - Updated documentation Breaking Changes: - Removed updateConnection operation - Migration: Use rewireConnection or removeConnection + addConnection Impact: - Production errors: -323 errors (-57.4%) - Users helped: 127 (76.5% of affected users) - Connection operations: 4.5/10 → 9.5/10 (+111%) Issues Resolved: - #272 Phase 1: Connection operations UX improvements - #275: TypeError in getNodeTypeAlternatives - #136: Partial workflow updates fail with "Cannot convert undefined or null" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
23 lines
501 B
JSON
23 lines
501 B
JSON
{
|
|
"name": "n8n-mcp-runtime",
|
|
"version": "2.16.0",
|
|
"description": "n8n MCP Server Runtime Dependencies Only",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.13.2",
|
|
"@supabase/supabase-js": "^2.57.4",
|
|
"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"
|
|
}
|
|
}
|