LICENSE
README.md
pyproject.toml
router.py
core/__init__.py
core/audit.py
core/bootstrap.py
core/inventory.py
core/loader.py
core/plugin_mgmt.py
core/profile.py
core/secrets.py
core/skills.py
core/memory/__init__.py
core/memory/noop.py
core/memory/sqlite.py
mimir_router_mcp.egg-info/PKG-INFO
mimir_router_mcp.egg-info/SOURCES.txt
mimir_router_mcp.egg-info/dependency_links.txt
mimir_router_mcp.egg-info/entry_points.txt
mimir_router_mcp.egg-info/requires.txt
mimir_router_mcp.egg-info/top_level.txt
tests/test_core_audit.py
tests/test_core_bootstrap.py
tests/test_core_inventory.py
tests/test_core_loader.py
tests/test_core_memory.py
tests/test_core_plugin_mgmt.py
tests/test_core_profile.py
tests/test_core_secrets.py
tests/test_core_secrets_keyring.py
tests/test_core_skills.py
tests/test_cutover_manifests.py
tests/test_example_plugin.py
tests/test_integration_e2e.py
tests/test_router_wiring.py