hatch-xclam 0.7.1.dev2__tar.gz → 0.7.1.dev3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {hatch_xclam-0.7.1.dev2/hatch_xclam.egg-info → hatch_xclam-0.7.1.dev3}/PKG-INFO +1 -1
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/cli_hatch.py +2 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3/hatch_xclam.egg-info}/PKG-INFO +1 -1
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/pyproject.toml +1 -1
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/LICENSE +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/README.md +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/__init__.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/environment_manager.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/installers/__init__.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/installers/dependency_installation_orchestrator.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/installers/docker_installer.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/installers/hatch_installer.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/installers/installation_context.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/installers/installer_base.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/installers/python_installer.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/installers/registry.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/installers/system_installer.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/mcp_host_config/__init__.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/mcp_host_config/backup.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/mcp_host_config/host_management.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/mcp_host_config/models.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/mcp_host_config/reporting.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/mcp_host_config/strategies.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/package_loader.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/python_environment_manager.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/registry_explorer.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/registry_retriever.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/template_generator.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch_xclam.egg-info/SOURCES.txt +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch_xclam.egg-info/dependency_links.txt +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch_xclam.egg-info/entry_points.txt +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch_xclam.egg-info/requires.txt +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch_xclam.egg-info/top_level.txt +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/setup.cfg +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/__init__.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/integration/__init__.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/integration/test_mcp_kiro_integration.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/regression/__init__.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/regression/test_mcp_codex_backup_integration.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/regression/test_mcp_codex_host_strategy.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/regression/test_mcp_codex_model_validation.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/regression/test_mcp_kiro_backup_integration.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/regression/test_mcp_kiro_cli_integration.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/regression/test_mcp_kiro_decorator_registration.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/regression/test_mcp_kiro_host_strategy.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/regression/test_mcp_kiro_model_validation.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/regression/test_mcp_kiro_omni_conversion.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/run_environment_tests.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_cli_version.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/basic/base_pkg/hatch_mcp_server.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/basic/base_pkg/mcp_server.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/basic/base_pkg_v2/hatch_mcp_server.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/basic/base_pkg_v2/mcp_server.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/basic/utility_pkg/hatch_mcp_server.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/basic/utility_pkg/mcp_server.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/dependencies/complex_dep_pkg/hatch_mcp_server.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/dependencies/complex_dep_pkg/mcp_server.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/dependencies/docker_dep_pkg/hatch_mcp_server.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/dependencies/docker_dep_pkg/mcp_server.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/dependencies/mixed_dep_pkg/hatch_mcp_server.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/dependencies/mixed_dep_pkg/mcp_server.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/dependencies/python_dep_pkg/hatch_mcp_server.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/dependencies/python_dep_pkg/mcp_server.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/dependencies/simple_dep_pkg/hatch_mcp_server.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/dependencies/simple_dep_pkg/mcp_server.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/dependencies/system_dep_pkg/hatch_mcp_server.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/dependencies/system_dep_pkg/mcp_server.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/error_scenarios/circular_dep_pkg/hatch_mcp_server.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/error_scenarios/circular_dep_pkg/mcp_server.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/error_scenarios/circular_dep_pkg_b/hatch_mcp_server.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/error_scenarios/circular_dep_pkg_b/mcp_server.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/error_scenarios/invalid_dep_pkg/hatch_mcp_server.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/error_scenarios/invalid_dep_pkg/mcp_server.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/error_scenarios/version_conflict_pkg/hatch_mcp_server.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/error_scenarios/version_conflict_pkg/mcp_server.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/schema_versions/schema_v1_1_0_pkg/main.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/schema_versions/schema_v1_2_0_pkg/main.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/schema_versions/schema_v1_2_1_pkg/hatch_mcp_server.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/schema_versions/schema_v1_2_1_pkg/mcp_server.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data_utils.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_dependency_orchestrator_consent.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_docker_installer.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_env_manip.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_hatch_installer.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_installer_base.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_atomic_operations.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_backup_integration.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_cli_all_host_specific_args.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_cli_backup_management.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_cli_direct_management.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_cli_discovery_listing.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_cli_host_config_integration.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_cli_package_management.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_cli_partial_updates.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_environment_integration.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_host_config_backup.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_host_configuration_manager.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_host_registry_decorator.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_pydantic_architecture_v4.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_server_config_models.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_server_config_type_field.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_sync_functionality.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_user_feedback_reporting.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_non_tty_integration.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_online_package_loader.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_python_environment_manager.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_python_installer.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_registry.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_registry_retriever.py +0 -0
- {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_system_installer.py +0 -0
|
@@ -1671,6 +1671,7 @@ def main():
|
|
|
1671
1671
|
mcp_configure_parser.add_argument(
|
|
1672
1672
|
"--disabled",
|
|
1673
1673
|
action="store_true",
|
|
1674
|
+
default=None,
|
|
1674
1675
|
help="Disable the MCP server [hosts: kiro]"
|
|
1675
1676
|
)
|
|
1676
1677
|
mcp_configure_parser.add_argument(
|
|
@@ -1703,6 +1704,7 @@ def main():
|
|
|
1703
1704
|
mcp_configure_parser.add_argument(
|
|
1704
1705
|
"--enabled",
|
|
1705
1706
|
action="store_true",
|
|
1707
|
+
default=None,
|
|
1706
1708
|
help="Enable the MCP server [hosts: codex]"
|
|
1707
1709
|
)
|
|
1708
1710
|
mcp_configure_parser.add_argument(
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/integration/test_mcp_kiro_integration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/regression/test_mcp_codex_host_strategy.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/regression/test_mcp_kiro_cli_integration.py
RENAMED
|
File without changes
|
|
File without changes
|
{hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/regression/test_mcp_kiro_host_strategy.py
RENAMED
|
File without changes
|
{hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/regression/test_mcp_kiro_model_validation.py
RENAMED
|
File without changes
|
{hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/regression/test_mcp_kiro_omni_conversion.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_dependency_orchestrator_consent.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_cli_all_host_specific_args.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_cli_host_config_integration.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_host_configuration_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
{hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_pydantic_architecture_v4.py
RENAMED
|
File without changes
|
|
File without changes
|
{hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_server_config_type_field.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|