.gitignore
.mcp-manager.lock
.mcp-manager.yml
AUTH_AND_RELEASE_SCOPE.md
CHANGELOG.md
CLAUDE.md
CONTRIBUTING.md
LICENSE
README.md
ROADMAP.md
SECURITY.md
WEEK2_SCOPE.md
mkdocs.yml
pyproject.toml
.github/dependabot.yml
.github/actions/mcp-manager-validate/action.yml
.github/workflows/ci.yml
.github/workflows/codeql.yml
.github/workflows/docs.yml
.github/workflows/marketplace-refresh.yml
.github/workflows/mcp-validate.yml
.github/workflows/release.yml
.github/workflows/security.yml
docs/authentication.md
docs/changelog.md
docs/configuration.md
docs/contributing.md
docs/ide-support.md
docs/index.md
docs/marketplace.md
docs/quickstart.md
docs/team.md
docs/design/registry-durability.md
docs/design/spec-p5-marketplace.md
docs/plan/v0.5.0-team-adoption.md
marketplace/index.yaml
scripts/extract_changelog.py
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/auth.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/registry_sync.py
src/mcp_manager/telemetry.py
src/mcp_manager/templates.py
src/mcp_manager/writeback.py
src/mcp_manager/commands/__init__.py
src/mcp_manager/commands/auth_cmd.py
src/mcp_manager/commands/common.py
src/mcp_manager/commands/init_wizard.py
src/mcp_manager/commands/install.py
src/mcp_manager/commands/marketplace.py
src/mcp_manager/commands/ops.py
src/mcp_manager/commands/project.py
src/mcp_manager/commands/registry_cmd.py
src/mcp_manager/commands/servers.py
src/mcp_manager/commands/templates_cmd.py
src/mcp_manager/commands/uninstall.py
tests/__init__.py
tests/bench_discovery.py
tests/bench_health.py
tests/bench_sync.py
tests/conftest.py
tests/test_auth.py
tests/test_auth_cli.py
tests/test_cli.py
tests/test_commands_common.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_init_wizard.py
tests/test_install.py
tests/test_licensing.py
tests/test_lockfile.py
tests/test_main.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_registry_cli.py
tests/test_registry_sync.py
tests/test_release.py
tests/test_telemetry.py
tests/test_templates.py
tests/test_uninstall.py
tests/test_writeback.py