@henrychong-ai/mcp-neo4j-knowledge-graph 1.8.2 → 1.8.3

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.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -581,8 +581,9 @@ MEMORY_STORAGE_TYPE=neo4j
581
581
  OPENAI_API_KEY=your-openai-api-key
582
582
  OPENAI_EMBEDDING_MODEL=text-embedding-3-small
583
583
 
584
- # Debug Settings
585
- DEBUG=true
584
+ # Logging Configuration
585
+ LOG_LEVEL=warn # Log level: debug, info, warn, error, silent (default: warn)
586
+ DEBUG=true # Enable debug mode (enables additional diagnostic tools)
586
587
 
587
588
  # Prometheus Metrics (Optional - Production Monitoring)
588
589
  ENABLE_PROMETHEUS_METRICS=true # Enable metrics collection and HTTP endpoint
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henrychong-ai/mcp-neo4j-knowledge-graph",
3
- "version": "1.8.2",
3
+ "version": "1.8.3",
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>",