github doobidoo/mcp-memory-service v10.38.3
v10.38.3 - fix: Server tab auto-check, list_memories total_pages, knowledge graph edges

11 hours ago

What's Changed

Three independent patch fixes bundled into this release.

Fixed

  • [#728] Dashboard: auto-check updates on Server tab open + accurate initial label — The Server tab now automatically triggers an update check when opened, and displays an accurate initial label before the first check completes, eliminating stale/misleading status on first render. (PR #728)

  • [#731] API: add total_pages to list_memories return — The list_memories REST API response now includes a total_pages field alongside total_count and page, enabling correct client-side pagination without extra requests. (PR #731)

  • [#730] Dashboard: render knowledge-graph edges for non-canonical relationship types — Edges whose type had no matching CSS custom property were rendered invisible. Added fallback color resolution so all relationship types display correctly in the graph view. (PR #730)

Also included (housekeeping, no behavior change)

  • Dependency bumps: pypdf 6.10.1 → 6.10.2 (#725), authlib 1.6.10 → 1.6.11 (#726)
  • CI: skip full test suite on docs-only changes (#727)

Full Changelog: https://github.com/doobidoo/mcp-memory-service/blob/main/CHANGELOG.md

Test suite: 1,547 tests passing.

PyPI: Published automatically via CI on tag push.

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

NewReleases is sending notifications on new releases.