Releases: YonasValentin/mcp-memory-graph
Releases · YonasValentin/mcp-memory-graph
Release list
v2.10.3
v2.10.2
fix(stop-hook): pin reviewer to memory-server via --strict-mcp-config The Stop-hook reviewer (headless `claude -p`) ran with only --allowedTools and relied on ambient MCP auto-discovery, so the npx-launched memory-server intermittently lost the cold-start connect race against lighter servers and the session review fell back to file memory instead of writing lessons to the graph. It also failed deterministically from projects where memory-server was not registered (subdir cwd). Build the reviewer argv from a pinned, self-described server (current node binary + local dist/index.js) with --strict-mcp-config + MCP_TIMEOUT, so it loads exactly one server, fast and cwd-independent. Extract buildReviewerArgs / resolveServerEntry as pure helpers, guard main() behind isMain so the module is import-safe, and cover with unit tests.
v2.10.1
chore(release): 2.10.1 — npm audit fix (deps/security maintenance)
v2.10.0
v2.10.0 — NLI paraphrase dedup, REST rerank param, forget conflict-re…
v2.9.1
v2.9.0
v2.9.0 — recall ergonomics: short-id get, hook snippets, rerank_score
v2.8.0
release: 2.8.0 — trust-surfacing for volatile/unverified memories
v2.7.6
release: 2.7.6 — document the UserPromptSubmit recall hook
v2.7.5
release: 2.7.5 — SessionStart namespace-mismatch recall fix
v2.7.4
release: 2.7.4 — task-aware recall hook + test-fixture privacy scrub