@henrychong-ai/mcp-neo4j-knowledge-graph 2.0.3 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -44,8 +44,8 @@ node --version
44
44
 
45
45
  **EVALUATE:**
46
46
 
47
- - **If version >= 18.0.0**: ✅ "Great! You have Node.js v[X.X.X] installed." (v20+ recommended for best compatibility)
48
- - **If version < 18.0.0**: ⚠️ "You have Node.js v[X.X.X], but we need v18.0.0 or higher (v20+ recommended)."
47
+ - **If version >= 24.0.0**: ✅ "Great! You have Node.js v[X.X.X] installed."
48
+ - **If version < 24.0.0**: ⚠️ "You have Node.js v[X.X.X], but we need v24.0.0 or higher."
49
49
  - **ACTION**: Provide upgrade instructions for their OS
50
50
  - **If not found**: ❌ "Node.js is not installed."
51
51
  - **ACTION**: Provide installation instructions:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henrychong-ai/mcp-neo4j-knowledge-graph",
3
- "version": "2.0.3",
3
+ "version": "2.1.0",
4
4
  "description": "Neo4j-based knowledge graph MCP server with temporal versioning and semantic search",
5
5
  "license": "MIT",
6
6
  "author": "Henry Chong <henry@henrychong.ai>",
@@ -93,7 +93,7 @@
93
93
  },
94
94
  "packageManager": "pnpm@10.28.2",
95
95
  "engines": {
96
- "node": ">=18.0.0"
96
+ "node": ">=24.0.0"
97
97
  },
98
98
  "pnpm": {
99
99
  "overrides": {