github doobidoo/mcp-memory-service v8.68.0
v8.68.0 - Update & Restart Automation

latest releases: v10.46.0, v10.45.1, v10.45.0...
3 months ago

🚀 Update & Restart Automation - Developer Experience Breakthrough

87% time reduction in update workflow - One command to rule them all!

Highlights

One-Command Update

  • scripts/update_and_restart.sh (macOS/Linux)
  • scripts/service/windows/update_and_restart.ps1 (Windows)
  • Automated: git pull → pip install → restart → verify

🎯 Massive Time Savings

  • Before: 15+ minutes of manual steps
  • After: <2 minutes automated
  • 87% time reduction

🛡️ Error Prevention

  • Auto-detects merge conflicts
  • Verifies editable install
  • Prevents stale imports
  • Health checks with timeout
  • Version verification (git SHA + package version)

🎨 Developer Experience

  • Color-coded terminal output
  • Smart features: --force auto-stash, --no-restart code-only updates
  • Clear error messages and recovery instructions

📖 Cross-Platform Support

  • Bash script for macOS/Linux
  • PowerShell script for Windows
  • Identical functionality

What's New

Added

  • Update & Restart Automation Scripts
    • scripts/update_and_restart.sh - Automated git pull → pip install → server restart
    • scripts/service/windows/update_and_restart.ps1 - Windows PowerShell equivalent
    • Features: Conflict detection, auto-stash, editable install verification, health checks, version verification
    • Options: --no-restart (code only), --force (auto-stash uncommitted changes)

Changed

  • CLAUDE.md: Added "Quick Update & Restart" section (RECOMMENDED workflow)
  • README.md: Added "Quick Commands" section under Setup & Installation

Installation & Usage

macOS/Linux:

# Run from project root
bash scripts/update_and_restart.sh

# Options
bash scripts/update_and_restart.sh --force        # Auto-stash uncommitted changes
bash scripts/update_and_restart.sh --no-restart   # Update code only

Windows PowerShell:

# Run from project root
.\scripts\service\windows\update_and_restart.ps1

# Options
.\scripts\service\windows\update_and_restart.ps1 -Force       # Auto-stash uncommitted changes
.\scripts\service\windows\update_and_restart.ps1 -NoRestart   # Update code only

Documentation


Full Changelog: v8.67.0...v8.68.0


🤖 Generated with Claude Code

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

NewReleases is sending notifications on new releases.