v0.2.0
Changes
- Kuzu connection cache — MCP tools (context, query, impact, cypher, rename, indexDbGraph) now use a single cached connection per DB path per process, fixing "Could not set lock on file" when the same graph is queried repeatedly or concurrently. Cache is invalidated on re-index and clean.
- Install docs —
docs/INSTALL_NOTES.mdexplains slow installs, Windows workarounds (e.g.npm install --ignore-scripts), Kuzu cleanup warnings, and usingSYSMLLSP_SERVER_PATHfor an external LSP. - CLI —
npm run analyzenow correctly runs the built CLI (dist/bin/cli.js).
Restart the MCP server after upgrading to pick up the cache fix.