Critical Bug Fix for Tag Deletion
Fixed
- Tag Deletion API Fix (server/handlers/memory.py line 338)
- Changed
handle_delete_by_tagto callstorage.delete_by_tags(tags)instead ofstorage.delete_by_tag(tags) - Issue:
delete_by_tagexpects a single string, but was receiving a list afternormalize_tags() - Error:
'list' object has no attribute 'strip'in CI tests - Impact: Tag deletion API now works correctly with normalized tag lists
- Changed
Installation
pip install --upgrade mcp-memory-serviceFull Changelog
https://github.com/doobidoo/mcp-memory-service/blob/main/CHANGELOG.md#8631---2026-01-02