Makefile
README.md
pyproject.toml
aegis_mcp/__init__.py
aegis_mcp/capture.py
aegis_mcp/client.py
aegis_mcp/config.py
aegis_mcp/embeddings.py
aegis_mcp/hooks.py
aegis_mcp/recall.py
aegis_mcp/results.py
aegis_mcp/server.py
aegis_mcp/tools.py
aegisdb_mcp.egg-info/PKG-INFO
aegisdb_mcp.egg-info/SOURCES.txt
aegisdb_mcp.egg-info/dependency_links.txt
aegisdb_mcp.egg-info/entry_points.txt
aegisdb_mcp.egg-info/requires.txt
aegisdb_mcp.egg-info/top_level.txt
docs/quickstart.md
examples/mcp.json
examples/settings.json
hooks/capture_hook.py
hooks/recall_hook.py
tests/harness.py
tests/contract/test_hooks.py
tests/contract/test_mcp_tools.py
tests/integration/test_capture_e2e.py
tests/integration/test_isolation_e2e.py
tests/integration/test_recall_e2e.py
tests/integration/test_semantic_e2e.py
tests/integration/test_tools_e2e.py
tests/unit/test_capture.py
tests/unit/test_client.py
tests/unit/test_config.py
tests/unit/test_embeddings.py