mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
- Update n8n: 1.109.2 → 1.110.1 - Update n8n-core: 1.108.0 → 1.109.0 - Update n8n-workflow: 1.106.0 → 1.107.0 - Update @n8n/n8n-nodes-langchain: 1.108.1 → 1.109.1 - Rebuild node database with 536 nodes - Update templates database with 499 latest workflows - Bump version to 2.10.9
21 lines
433 B
JSON
21 lines
433 B
JSON
{
|
|
"name": "n8n-mcp-runtime",
|
|
"version": "2.10.9",
|
|
"description": "n8n MCP Server Runtime Dependencies Only",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.13.2",
|
|
"express": "^5.1.0",
|
|
"dotenv": "^16.5.0",
|
|
"sql.js": "^1.13.0",
|
|
"uuid": "^10.0.0",
|
|
"axios": "^1.7.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"better-sqlite3": "^11.10.0"
|
|
}
|
|
}
|