Skip to content

v0.2.0

Choose a tag to compare

@chouswei chouswei released this 16 Mar 08:37
· 12 commits to master since this release

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 docsdocs/INSTALL_NOTES.md explains slow installs, Windows workarounds (e.g. npm install --ignore-scripts), Kuzu cleanup warnings, and using SYSMLLSP_SERVER_PATH for an external LSP.
  • CLInpm run analyze now correctly runs the built CLI (dist/bin/cli.js).

Restart the MCP server after upgrading to pick up the cache fix.