feat: implement node parser and property extractor with versioned node support
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
# ====================
|
||||
|
||||
# Database Configuration
|
||||
# For local development: ./data/nodes-v2.db
|
||||
# For Docker: /app/data/nodes-v2.db
|
||||
NODE_DB_PATH=./data/nodes-v2.db
|
||||
# For local development: ./data/nodes.db
|
||||
# For Docker: /app/data/nodes.db
|
||||
NODE_DB_PATH=./data/nodes.db
|
||||
|
||||
# Logging Level (debug, info, warn, error)
|
||||
MCP_LOG_LEVEL=info
|
||||
|
||||
Reference in New Issue
Block a user