github doobidoo/mcp-memory-service v10.25.2
v10.25.2 - Health check script fix

latest releases: v10.40.0, v10.39.1, v10.39.0...
one month ago

Fixed

  • Health check in update_and_restart.sh always reported "unknown" version: The /api/health endpoint was stripped of its version field in v10.21.0 (security hardening GHSA-73hc-m4hx-79pj). The update script still tried to read data.get('version'), causing it to always fall back to "unknown" and wait the full 15-second timeout before giving up. The check now reads the status field ("healthy") to confirm the server is up, and reports the already-known pip-installed version instead.

Improved

  • Reduced health check from 2 curl calls to 1 (using --fail flag)
  • Use printf instead of echo for better shell portability

Full Changelog: v10.25.1...v10.25.2

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

NewReleases is sending notifications on new releases.