LICENSE
README.md
pyproject.toml
src/mcp_installer.egg-info/PKG-INFO
src/mcp_installer.egg-info/SOURCES.txt
src/mcp_installer.egg-info/dependency_links.txt
src/mcp_installer.egg-info/entry_points.txt
src/mcp_installer.egg-info/requires.txt
src/mcp_installer.egg-info/top_level.txt
src/mcpi/__init__.py
src/mcpi/cli.py
src/mcpi/py.typed
src/mcpi/user_config.py
src/mcpi/bundles/__init__.py
src/mcpi/bundles/catalog.py
src/mcpi/bundles/installer.py
src/mcpi/bundles/models.py
src/mcpi/clients/__init__.py
src/mcpi/clients/base.py
src/mcpi/clients/claude_code.py
src/mcpi/clients/disabled_tracker.py
src/mcpi/clients/enable_disable_handlers.py
src/mcpi/clients/file_based.py
src/mcpi/clients/file_move_enable_disable_handler.py
src/mcpi/clients/manager.py
src/mcpi/clients/plugin_based.py
src/mcpi/clients/protocols.py
src/mcpi/clients/registry.py
src/mcpi/clients/types.py
src/mcpi/clients/schemas/claude-settings-schema.yaml
src/mcpi/clients/schemas/internal-config-schema.yaml
src/mcpi/clients/schemas/mcp-config-schema.yaml
src/mcpi/data/catalog.cue
src/mcpi/data/catalog.json
src/mcpi/data/bundles/ai-tools.json
src/mcpi/data/bundles/content.json
src/mcpi/data/bundles/data-science.json
src/mcpi/data/bundles/devops.json
src/mcpi/data/bundles/web-dev.json
src/mcpi/data/templates/brave-search/api-key.yaml
src/mcpi/data/templates/filesystem/custom-directories.yaml
src/mcpi/data/templates/filesystem/project-files.yaml
src/mcpi/data/templates/filesystem/user-documents.yaml
src/mcpi/data/templates/github/personal-full-access.yaml
src/mcpi/data/templates/github/public-repos.yaml
src/mcpi/data/templates/github/read-only.yaml
src/mcpi/data/templates/postgres/docker.yaml
src/mcpi/data/templates/postgres/local-development.yaml
src/mcpi/data/templates/postgres/production.yaml
src/mcpi/data/templates/slack/bot-token.yaml
src/mcpi/data/templates/slack/limited-channels.yaml
src/mcpi/installer/__init__.py
src/mcpi/installer/base.py
src/mcpi/installer/claude_code.py
src/mcpi/installer/git.py
src/mcpi/installer/npm.py
src/mcpi/installer/python.py
src/mcpi/registry/__init__.py
src/mcpi/registry/catalog.py
src/mcpi/registry/catalog_manager.py
src/mcpi/registry/cue_validator.py
src/mcpi/registry/validation.py
src/mcpi/templates/__init__.py
src/mcpi/templates/discovery.py
src/mcpi/templates/models.py
src/mcpi/templates/prompt_handler.py
src/mcpi/templates/recommender.py
src/mcpi/templates/template_manager.py
src/mcpi/tui/__init__.py
src/mcpi/tui/factory.py
src/mcpi/tui/protocol.py
src/mcpi/tui/adapters/__init__.py
src/mcpi/tui/adapters/fzf.py
src/mcpi/utils/__init__.py
src/mcpi/utils/completion_debug.py
src/mcpi/utils/filesystem.py
src/mcpi/utils/logging.py
src/mcpi/utils/performance.py
src/mcpi/utils/validation.py
tests/test_approval_required_handler.py
tests/test_bundles.py
tests/test_catalog_manager.py
tests/test_catalog_rename.py
tests/test_catalog_rename_regression.py
tests/test_cli_catalog_commands.py
tests/test_cli_completion.py
tests/test_cli_integration.py
tests/test_cli_missing_coverage.py
tests/test_cli_rescope.py
tests/test_cli_scope_features.py
tests/test_cli_smoke.py
tests/test_cli_targeted_coverage.py
tests/test_cli_templates.py
tests/test_clients_claude_code.py
tests/test_clients_file_based.py
tests/test_clients_types.py
tests/test_e2e_workflows.py
tests/test_enable_disable_bugs.py
tests/test_functional_catalog_bundle_workflows.py
tests/test_functional_cli_workflows.py
tests/test_functional_critical_workflows.py
tests/test_functional_rescope_prerequisites.py
tests/test_functional_user_workflows.py
tests/test_harness.py
tests/test_harness_example.py
tests/test_info_plain_flag.py
tests/test_installer.py
tests/test_installer_base.py
tests/test_installer_npm.py
tests/test_installer_workflows_integration.py
tests/test_manager_dependency_injection.py
tests/test_multi_catalog_e2e.py
tests/test_plugin_based_scope.py
tests/test_project_mcp_approval_integration.py
tests/test_project_mcp_claude_validation.py
tests/test_registry_dependency_injection.py
tests/test_registry_env_vars.py
tests/test_registry_integration.py
tests/test_rescope_aggressive.py
tests/test_template_discovery_functional.py
tests/test_template_manager.py
tests/test_template_prompts.py
tests/test_template_recommendation_cli.py
tests/test_template_validation.py
tests/test_templates_models.py
tests/test_tui_fzf.py
tests/test_tui_reload.py
tests/test_user_global_disable_mechanism.py
tests/test_user_internal_disable_enable.py
tests/test_utils_filesystem.py
tests/test_utils_logging_comprehensive.py
tests/test_utils_logging_comprehensive_fixed.py
tests/test_utils_logging_stability_fix.py
tests/test_utils_validation.py