feat: implement node parser and property extractor with versioned node support

This commit is contained in:
czlonkowski
2025-06-12 18:45:20 +02:00
parent f831b02415
commit 66f5d74e42
27 changed files with 1390 additions and 164 deletions

View File

@@ -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