github DeusData/codebase-memory-mcp v0.4.5

latest releases: 0.8.0, 0.7.0, 0.6.1...
3 months ago

What's New

4 New Languages (59 → 63)

  • MATLAB — function definitions, usages, .m file disambiguation via Linguist heuristics
  • Lean 4 — theorem/definition extraction, imports
  • FORM#procedure/#call extraction for symbolic computation scripts
  • Magma — function/procedure/intrinsic definitions, load imports, call graph extraction

Magma Graph Quality Fix

  • Fixed load_statement import extraction — added field('path', ...) to grammar so all load statements are captured (previously only the first per file)
  • Verified call extraction works end-to-end: cross-function CALLS edges, recursive calls, trace_call_path

Import Linker Improvement

  • passImports() now resolves file-path imports (e.g. load "utils.mag", #include "helpers.h") by trying fqn.ModuleQN() when the raw path doesn't match — general fix benefiting any language with file-path-based imports

Other Changes

  • Unified version management via build-injected ldflags
  • Fixed Windows file URI path parsing in watcher
  • Statically linked Windows binary to fix missing DLL error
  • Fixed binary move command in setup script (#16)

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

NewReleases is sending notifications on new releases.