Skip to content

v0.12.1

Latest

Choose a tag to compare

@mkreyman mkreyman released this 25 Mar 01:23
· 23 commits to master since this release

Fixed

  • Server crashes with SQLITE_CANTOPEN when parent process CWD changes (#31)
    • Server now resolves database path to an absolute location ($DATA_DIR or ~/mcp-data/memory-keeper/) instead of relying on CWD
    • Added try/catch around data directory creation with actionable error message
    • Startup warning with exact cp command when legacy context.db detected in CWD
    • README "from source" install command now points to bin/mcp-memory-keeper instead of node dist/index.js
    • Added Upgrading section documenting database path change and migration steps

Technical

  • Fixed integration tests to use DATA_DIR instead of dead MCP_DB_PATH environment variable
  • Fixed git.init() in tests to use --initial-branch=master for deterministic behavior

Full Changelog: v0.12.0...v0.12.1

Thanks to @cynthiateeters for the bug report and fix!