github DeusData/codebase-memory-mcp v0.5.2

latest releases: v0.6.1, v0.6.0, v0.5.7...
one month ago

Fixes

  • Release RAM after indexing: Call `mi_collect(true)` after pipeline completion to return mimalloc pages to the OS. On Linux this immediately reduces RSS; on macOS pages are marked reusable (cosmetically retained until memory pressure).
  • Standalone Windows binary: Add `-static` to Windows linker flags. The binary no longer requires `libc++.dll`, `libunwind.dll`, or any MSYS2/CLANG64 runtime DLLs — fully self-contained .exe.

Upgrading

```bash
codebase-memory-mcp update
```

Don't miss a new codebase-memory-mcp release

NewReleases is sending notifications on new releases.