claude-memory-mcp/tests
Viktor Barzin 4c75e9d801
fix: wrap recall/list responses in {memories: []} and update README
- API recall and list endpoints now return {"memories": [...]} matching
  the format expected by the MCP server
- Rewrote README with comprehensive setup instructions for new agents,
  accurate API reference, migration docs, and multi-user setup guide
2026-03-14 10:39:12 +00:00
..
__init__.py feat: standalone claude-memory-mcp with multi-user support and Vault integration 2026-03-14 09:42:05 +00:00
test_api.py fix: wrap recall/list responses in {memories: []} and update README 2026-03-14 10:39:12 +00:00
test_auth.py feat: standalone claude-memory-mcp with multi-user support and Vault integration 2026-03-14 09:42:05 +00:00
test_credential_detector.py fix: resolve ruff lint errors (unused imports and variables) 2026-03-14 10:01:41 +00:00
test_crypto.py fix: resolve ruff lint errors (unused imports and variables) 2026-03-14 10:01:41 +00:00
test_mcp_server.py fix: resolve ruff lint errors (unused imports and variables) 2026-03-14 10:01:41 +00:00
test_vault_client.py fix: resolve ruff lint errors (unused imports and variables) 2026-03-14 10:01:41 +00:00