- Updated n8n from 1.102.4 to 1.103.2 - Updated n8n-core from 1.101.2 to 1.102.1 - Updated n8n-workflow from 1.99.1 to 1.100.0 - Updated @n8n/n8n-nodes-langchain from 1.101.2 to 1.102.1 - Rebuilt node database with 532 nodes - Bumped version to 2.7.21 - All validation tests passing 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
23 lines
489 B
JSON
23 lines
489 B
JSON
{
|
|
"name": "n8n-mcp-runtime",
|
|
"version": "2.7.21",
|
|
"description": "n8n MCP Server Runtime Dependencies Only",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.13.2",
|
|
"better-sqlite3": "^11.10.0",
|
|
"sql.js": "^1.13.0",
|
|
"express": "^5.1.0",
|
|
"dotenv": "^16.5.0",
|
|
"axios": "^1.7.2",
|
|
"zod": "^3.23.8",
|
|
"uuid": "^10.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"better-sqlite3": "^11.10.0"
|
|
}
|
|
}
|