Files
n8n-mcp/package.runtime.json
Claude e0cf4951c6 chore: bump version to 2.22.6
Version bump to trigger automated release workflow with YAML fix.

This version bump combined with the YAML syntax fix will:
- Trigger the release workflow (version 2.22.5 → 2.22.6)
- Test the complete release pipeline end-to-end
- Publish v2.22.6 to npm registry
- Create GitHub release v2.22.6
- Build and push Docker images

Previous versions 2.22.4 and 2.22.5 failed to publish due to YAML parsing
errors in the release workflow (resolved in previous commit).

Concieved by Romuald Członkowski - www.aiadvisors.pl/en

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-25 18:21:27 +00:00

25 lines
560 B
JSON

{
"name": "n8n-mcp-runtime",
"version": "2.22.6",
"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",
"express-rate-limit": "^7.1.5",
"dotenv": "^16.5.0",
"lru-cache": "^11.2.1",
"sql.js": "^1.13.0",
"tslib": "^2.6.2",
"uuid": "^10.0.0",
"axios": "^1.7.7"
},
"engines": {
"node": ">=16.0.0"
},
"optionalDependencies": {
"better-sqlite3": "^11.10.0"
}
}