feat: implement universal Node.js compatibility with automatic database adapter fallback

This commit is contained in:
czlonkowski
2025-06-12 23:51:47 +02:00
parent 66f5d74e42
commit b476d36275
20 changed files with 16668 additions and 4772 deletions

View File

@@ -21,7 +21,14 @@
"type": "git",
"url": "git+https://github.com/czlonkowski/n8n-mcp.git"
},
"keywords": ["n8n", "mcp", "model-context-protocol", "ai", "workflow", "automation"],
"keywords": [
"n8n",
"mcp",
"model-context-protocol",
"ai",
"workflow",
"automation"
],
"author": "AiAdvisors Romuald Czlonkowski",
"license": "Sustainable-Use-1.0",
"bugs": {
@@ -41,12 +48,13 @@
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"@n8n/n8n-nodes-langchain": "^0.3.0",
"@types/better-sqlite3": "^7.6.13",
"@n8n/n8n-nodes-langchain": "^1.0.0",
"better-sqlite3": "^11.10.0",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"n8n": "^1.97.0",
"n8n-core": "^1.14.1",
"n8n-workflow": "^1.82.0"
"n8n-workflow": "^1.82.0",
"sql.js": "^1.13.0"
}
}