github doobidoo/mcp-memory-service v8.63.1
v8.63.1 - Critical Tag Deletion API Fix

latest releases: v10.36.4, v10.36.3, v10.36.2...
3 months ago

Critical Bug Fix for Tag Deletion

Fixed

  • Tag Deletion API Fix (server/handlers/memory.py line 338)
    • Changed handle_delete_by_tag to call storage.delete_by_tags(tags) instead of storage.delete_by_tag(tags)
    • Issue: delete_by_tag expects a single string, but was receiving a list after normalize_tags()
    • Error: 'list' object has no attribute 'strip' in CI tests
    • Impact: Tag deletion API now works correctly with normalized tag lists

Installation

pip install --upgrade mcp-memory-service

Full Changelog

https://github.com/doobidoo/mcp-memory-service/blob/main/CHANGELOG.md#8631---2026-01-02

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

NewReleases is sending notifications on new releases.