.gitignore
.mcp-manager.lock
.mcp-manager.yml
CLAUDE.md
LICENSE
README.md
ROADMAP.md
SECURITY.md
pyproject.toml
.github/dependabot.yml
.github/actions/mcp-manager-validate/action.yml
.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/mcp-validate.yml
.github/workflows/release.yml
.github/workflows/security.yml
docs/design/spec-p5-marketplace.md
marketplace/index.yaml
src/arete_mcp.egg-info/PKG-INFO
src/arete_mcp.egg-info/SOURCES.txt
src/arete_mcp.egg-info/dependency_links.txt
src/arete_mcp.egg-info/entry_points.txt
src/arete_mcp.egg-info/requires.txt
src/arete_mcp.egg-info/top_level.txt
src/mcp_manager/__init__.py
src/mcp_manager/__main__.py
src/mcp_manager/cli.py
src/mcp_manager/config.py
src/mcp_manager/deps.py
src/mcp_manager/discovery.py
src/mcp_manager/exceptions.py
src/mcp_manager/exporters.py
src/mcp_manager/gates.py
src/mcp_manager/health.py
src/mcp_manager/licensing.py
src/mcp_manager/lockfile.py
src/mcp_manager/mapper.py
src/mcp_manager/marketplace.py
src/mcp_manager/models.py
src/mcp_manager/monitor.py
src/mcp_manager/project_config.py
src/mcp_manager/protocol.py
src/mcp_manager/registry.py
src/mcp_manager/telemetry.py
src/mcp_manager/writeback.py
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_deps.py
tests/test_discovery.py
tests/test_exporters.py
tests/test_gates.py
tests/test_health.py
tests/test_health_deep.py
tests/test_licensing.py
tests/test_lockfile.py
tests/test_mapper.py
tests/test_marketplace.py
tests/test_models.py
tests/test_monitor.py
tests/test_project_config.py
tests/test_protocol.py
tests/test_registry.py
tests/test_telemetry.py
tests/test_writeback.py