You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Kuzu lock: connection cache per dbPath for MCP tools
- graph-store: getCachedOrOpenGraphStore(), invalidateGraphStoreCache()
- MCP tools (context, query, impact, cypher, rename, indexDbGraph) use cache
- indexDbGraph: invalidate before (re)index so write uses fresh connection
- clean_index: invalidate affected paths before cleanIndex()
Avoids 'Could not set lock on file' when tools open same DB repeatedly.
Made-with: Cursor
0 commit comments