Skip to content

Commit 1374bbb

Browse files
committed
docs: add release notes for v0.2.0
1 parent 3d38b02 commit 1374bbb

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

release-notes-v0.2.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## Changes
2+
3+
- **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.
4+
- **Install docs**`docs/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.
5+
- **CLI**`npm run analyze` now correctly runs the built CLI (`dist/bin/cli.js`).
6+
7+
Restart the MCP server after upgrading to pick up the cache fix.

0 commit comments

Comments
 (0)