claude-memory-mcp/src/claude_memory/api
Viktor Barzin 6aa4d31170
fix: make DELETE idempotent — return 200 for already-deleted memories
Old sync clients without 404 handling get stuck in infinite retry
loops when trying to delete an already-deleted memory. Making the
endpoint idempotent (returning success regardless) fixes this for
all existing clients without requiring client upgrades.
2026-03-15 15:32:41 +00:00
..
__init__.py feat: standalone claude-memory-mcp with multi-user support and Vault integration 2026-03-14 09:42:05 +00:00
app.py fix: make DELETE idempotent — return 200 for already-deleted memories 2026-03-15 15:32:41 +00:00
auth.py feat: standalone claude-memory-mcp with multi-user support and Vault integration 2026-03-14 09:42:05 +00:00
database.py fix: add psycopg2-binary for Alembic and add connection retry logic 2026-03-14 12:05:41 +00:00
models.py feat: add local SQLite cache with background sync and HA deployment 2026-03-14 12:42:39 +00:00
vault_service.py feat: standalone claude-memory-mcp with multi-user support and Vault integration 2026-03-14 09:42:05 +00:00