LICENSE
README.md
pyproject.toml
memgres/__init__.py
memgres/blame.py
memgres/config.py
memgres/diffing.py
memgres/embeddings.py
memgres/identity.py
memgres/mcp_server.py
memgres/qdrant_backend.py
memgres/schema.py
memgres/search.py
memgres/server.py
memgres/store.py
memgres.egg-info/PKG-INFO
memgres.egg-info/SOURCES.txt
memgres.egg-info/dependency_links.txt
memgres.egg-info/entry_points.txt
memgres.egg-info/requires.txt
memgres.egg-info/top_level.txt
memgres/migrations/0001_core.sql
memgres/migrations/0002_identity.sql
tests/test_blame_integration.py
tests/test_config.py
tests/test_diffing.py
tests/test_embeddings.py
tests/test_identity_integration.py
tests/test_qdrant_integration.py
tests/test_search_integration.py
tests/test_security_integration.py
tests/test_server_integration.py
tests/test_store_integration.py