LICENSE
README.md
pyproject.toml
./hatch/__init__.py
./hatch/cli_hatch.py
./hatch/environment_manager.py
./hatch/package_loader.py
./hatch/python_environment_manager.py
./hatch/registry_explorer.py
./hatch/registry_retriever.py
./hatch/template_generator.py
./hatch/installers/__init__.py
./hatch/installers/dependency_installation_orchestrator.py
./hatch/installers/docker_installer.py
./hatch/installers/hatch_installer.py
./hatch/installers/installation_context.py
./hatch/installers/installer_base.py
./hatch/installers/python_installer.py
./hatch/installers/registry.py
./hatch/installers/system_installer.py
./hatch/mcp_host_config/__init__.py
./hatch/mcp_host_config/backup.py
./hatch/mcp_host_config/host_management.py
./hatch/mcp_host_config/models.py
./hatch/mcp_host_config/reporting.py
./hatch/mcp_host_config/strategies.py
./tests/__init__.py
./tests/run_environment_tests.py
./tests/test_cli_version.py
./tests/test_data_utils.py
./tests/test_dependency_orchestrator_consent.py
./tests/test_docker_installer.py
./tests/test_env_manip.py
./tests/test_hatch_installer.py
./tests/test_installer_base.py
./tests/test_mcp_atomic_operations.py
./tests/test_mcp_backup_integration.py
./tests/test_mcp_cli_all_host_specific_args.py
./tests/test_mcp_cli_backup_management.py
./tests/test_mcp_cli_direct_management.py
./tests/test_mcp_cli_discovery_listing.py
./tests/test_mcp_cli_host_config_integration.py
./tests/test_mcp_cli_package_management.py
./tests/test_mcp_cli_partial_updates.py
./tests/test_mcp_environment_integration.py
./tests/test_mcp_host_config_backup.py
./tests/test_mcp_host_configuration_manager.py
./tests/test_mcp_host_registry_decorator.py
./tests/test_mcp_pydantic_architecture_v4.py
./tests/test_mcp_server_config_models.py
./tests/test_mcp_server_config_type_field.py
./tests/test_mcp_sync_functionality.py
./tests/test_mcp_user_feedback_reporting.py
./tests/test_non_tty_integration.py
./tests/test_online_package_loader.py
./tests/test_python_environment_manager.py
./tests/test_python_installer.py
./tests/test_registry.py
./tests/test_registry_retriever.py
./tests/test_system_installer.py
./tests/test_data/packages/basic/base_pkg/hatch_mcp_server.py
./tests/test_data/packages/basic/base_pkg/mcp_server.py
./tests/test_data/packages/basic/base_pkg_v2/hatch_mcp_server.py
./tests/test_data/packages/basic/base_pkg_v2/mcp_server.py
./tests/test_data/packages/basic/utility_pkg/hatch_mcp_server.py
./tests/test_data/packages/basic/utility_pkg/mcp_server.py
./tests/test_data/packages/dependencies/complex_dep_pkg/hatch_mcp_server.py
./tests/test_data/packages/dependencies/complex_dep_pkg/mcp_server.py
./tests/test_data/packages/dependencies/docker_dep_pkg/hatch_mcp_server.py
./tests/test_data/packages/dependencies/docker_dep_pkg/mcp_server.py
./tests/test_data/packages/dependencies/mixed_dep_pkg/hatch_mcp_server.py
./tests/test_data/packages/dependencies/mixed_dep_pkg/mcp_server.py
./tests/test_data/packages/dependencies/python_dep_pkg/hatch_mcp_server.py
./tests/test_data/packages/dependencies/python_dep_pkg/mcp_server.py
./tests/test_data/packages/dependencies/simple_dep_pkg/hatch_mcp_server.py
./tests/test_data/packages/dependencies/simple_dep_pkg/mcp_server.py
./tests/test_data/packages/dependencies/system_dep_pkg/hatch_mcp_server.py
./tests/test_data/packages/dependencies/system_dep_pkg/mcp_server.py
./tests/test_data/packages/error_scenarios/circular_dep_pkg/hatch_mcp_server.py
./tests/test_data/packages/error_scenarios/circular_dep_pkg/mcp_server.py
./tests/test_data/packages/error_scenarios/circular_dep_pkg_b/hatch_mcp_server.py
./tests/test_data/packages/error_scenarios/circular_dep_pkg_b/mcp_server.py
./tests/test_data/packages/error_scenarios/invalid_dep_pkg/hatch_mcp_server.py
./tests/test_data/packages/error_scenarios/invalid_dep_pkg/mcp_server.py
./tests/test_data/packages/error_scenarios/version_conflict_pkg/hatch_mcp_server.py
./tests/test_data/packages/error_scenarios/version_conflict_pkg/mcp_server.py
./tests/test_data/packages/schema_versions/schema_v1_1_0_pkg/main.py
./tests/test_data/packages/schema_versions/schema_v1_2_0_pkg/main.py
./tests/test_data/packages/schema_versions/schema_v1_2_1_pkg/hatch_mcp_server.py
./tests/test_data/packages/schema_versions/schema_v1_2_1_pkg/mcp_server.py
hatch/__init__.py
hatch/cli_hatch.py
hatch/environment_manager.py
hatch/package_loader.py
hatch/python_environment_manager.py
hatch/registry_explorer.py
hatch/registry_retriever.py
hatch/template_generator.py
hatch/installers/__init__.py
hatch/installers/dependency_installation_orchestrator.py
hatch/installers/docker_installer.py
hatch/installers/hatch_installer.py
hatch/installers/installation_context.py
hatch/installers/installer_base.py
hatch/installers/python_installer.py
hatch/installers/registry.py
hatch/installers/system_installer.py
hatch/mcp_host_config/__init__.py
hatch/mcp_host_config/backup.py
hatch/mcp_host_config/host_management.py
hatch/mcp_host_config/models.py
hatch/mcp_host_config/reporting.py
hatch/mcp_host_config/strategies.py
hatch_xclam.egg-info/PKG-INFO
hatch_xclam.egg-info/SOURCES.txt
hatch_xclam.egg-info/dependency_links.txt
hatch_xclam.egg-info/entry_points.txt
hatch_xclam.egg-info/requires.txt
hatch_xclam.egg-info/top_level.txt
tests/__init__.py
tests/run_environment_tests.py
tests/test_cli_version.py
tests/test_data_utils.py
tests/test_dependency_orchestrator_consent.py
tests/test_docker_installer.py
tests/test_env_manip.py
tests/test_hatch_installer.py
tests/test_installer_base.py
tests/test_mcp_atomic_operations.py
tests/test_mcp_backup_integration.py
tests/test_mcp_cli_all_host_specific_args.py
tests/test_mcp_cli_backup_management.py
tests/test_mcp_cli_direct_management.py
tests/test_mcp_cli_discovery_listing.py
tests/test_mcp_cli_host_config_integration.py
tests/test_mcp_cli_package_management.py
tests/test_mcp_cli_partial_updates.py
tests/test_mcp_environment_integration.py
tests/test_mcp_host_config_backup.py
tests/test_mcp_host_configuration_manager.py
tests/test_mcp_host_registry_decorator.py
tests/test_mcp_pydantic_architecture_v4.py
tests/test_mcp_server_config_models.py
tests/test_mcp_server_config_type_field.py
tests/test_mcp_sync_functionality.py
tests/test_mcp_user_feedback_reporting.py
tests/test_non_tty_integration.py
tests/test_online_package_loader.py
tests/test_python_environment_manager.py
tests/test_python_installer.py
tests/test_registry.py
tests/test_registry_retriever.py
tests/test_system_installer.py
tests/test_data/packages/basic/base_pkg/hatch_mcp_server.py
tests/test_data/packages/basic/base_pkg/mcp_server.py
tests/test_data/packages/basic/base_pkg_v2/hatch_mcp_server.py
tests/test_data/packages/basic/base_pkg_v2/mcp_server.py
tests/test_data/packages/basic/utility_pkg/hatch_mcp_server.py
tests/test_data/packages/basic/utility_pkg/mcp_server.py
tests/test_data/packages/dependencies/complex_dep_pkg/hatch_mcp_server.py
tests/test_data/packages/dependencies/complex_dep_pkg/mcp_server.py
tests/test_data/packages/dependencies/docker_dep_pkg/hatch_mcp_server.py
tests/test_data/packages/dependencies/docker_dep_pkg/mcp_server.py
tests/test_data/packages/dependencies/mixed_dep_pkg/hatch_mcp_server.py
tests/test_data/packages/dependencies/mixed_dep_pkg/mcp_server.py
tests/test_data/packages/dependencies/python_dep_pkg/hatch_mcp_server.py
tests/test_data/packages/dependencies/python_dep_pkg/mcp_server.py
tests/test_data/packages/dependencies/simple_dep_pkg/hatch_mcp_server.py
tests/test_data/packages/dependencies/simple_dep_pkg/mcp_server.py
tests/test_data/packages/dependencies/system_dep_pkg/hatch_mcp_server.py
tests/test_data/packages/dependencies/system_dep_pkg/mcp_server.py
tests/test_data/packages/error_scenarios/circular_dep_pkg/hatch_mcp_server.py
tests/test_data/packages/error_scenarios/circular_dep_pkg/mcp_server.py
tests/test_data/packages/error_scenarios/circular_dep_pkg_b/hatch_mcp_server.py
tests/test_data/packages/error_scenarios/circular_dep_pkg_b/mcp_server.py
tests/test_data/packages/error_scenarios/invalid_dep_pkg/hatch_mcp_server.py
tests/test_data/packages/error_scenarios/invalid_dep_pkg/mcp_server.py
tests/test_data/packages/error_scenarios/version_conflict_pkg/hatch_mcp_server.py
tests/test_data/packages/error_scenarios/version_conflict_pkg/mcp_server.py
tests/test_data/packages/schema_versions/schema_v1_1_0_pkg/main.py
tests/test_data/packages/schema_versions/schema_v1_2_0_pkg/main.py
tests/test_data/packages/schema_versions/schema_v1_2_1_pkg/hatch_mcp_server.py
tests/test_data/packages/schema_versions/schema_v1_2_1_pkg/mcp_server.py