hatch-xclam 0.7.1__tar.gz → 0.7.1.dev2__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/hatch_xclam.egg-info → hatch_xclam-0.7.1.dev2}/PKG-INFO +1 -1
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/hatch/cli_hatch.py +0 -2
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2/hatch_xclam.egg-info}/PKG-INFO +1 -1
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/pyproject.toml +1 -1
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/LICENSE +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/README.md +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/hatch/__init__.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/hatch/environment_manager.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/hatch/installers/__init__.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/hatch/installers/dependency_installation_orchestrator.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/hatch/installers/docker_installer.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/hatch/installers/hatch_installer.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/hatch/installers/installation_context.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/hatch/installers/installer_base.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/hatch/installers/python_installer.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/hatch/installers/registry.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/hatch/installers/system_installer.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/hatch/mcp_host_config/__init__.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/hatch/mcp_host_config/backup.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/hatch/mcp_host_config/host_management.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/hatch/mcp_host_config/models.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/hatch/mcp_host_config/reporting.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/hatch/mcp_host_config/strategies.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/hatch/package_loader.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/hatch/python_environment_manager.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/hatch/registry_explorer.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/hatch/registry_retriever.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/hatch/template_generator.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/hatch_xclam.egg-info/SOURCES.txt +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/hatch_xclam.egg-info/dependency_links.txt +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/hatch_xclam.egg-info/entry_points.txt +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/hatch_xclam.egg-info/requires.txt +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/hatch_xclam.egg-info/top_level.txt +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/setup.cfg +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/__init__.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/integration/__init__.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/integration/test_mcp_kiro_integration.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/regression/__init__.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/regression/test_mcp_codex_backup_integration.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/regression/test_mcp_codex_host_strategy.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/regression/test_mcp_codex_model_validation.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/regression/test_mcp_kiro_backup_integration.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/regression/test_mcp_kiro_cli_integration.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/regression/test_mcp_kiro_decorator_registration.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/regression/test_mcp_kiro_host_strategy.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/regression/test_mcp_kiro_model_validation.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/regression/test_mcp_kiro_omni_conversion.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/run_environment_tests.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_cli_version.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/basic/base_pkg/hatch_mcp_server.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/basic/base_pkg/mcp_server.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/basic/base_pkg_v2/hatch_mcp_server.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/basic/base_pkg_v2/mcp_server.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/basic/utility_pkg/hatch_mcp_server.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/basic/utility_pkg/mcp_server.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/dependencies/complex_dep_pkg/hatch_mcp_server.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/dependencies/complex_dep_pkg/mcp_server.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/dependencies/docker_dep_pkg/hatch_mcp_server.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/dependencies/docker_dep_pkg/mcp_server.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/dependencies/mixed_dep_pkg/hatch_mcp_server.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/dependencies/mixed_dep_pkg/mcp_server.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/dependencies/python_dep_pkg/hatch_mcp_server.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/dependencies/python_dep_pkg/mcp_server.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/dependencies/simple_dep_pkg/hatch_mcp_server.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/dependencies/simple_dep_pkg/mcp_server.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/dependencies/system_dep_pkg/hatch_mcp_server.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/dependencies/system_dep_pkg/mcp_server.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/error_scenarios/circular_dep_pkg/hatch_mcp_server.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/error_scenarios/circular_dep_pkg/mcp_server.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/error_scenarios/circular_dep_pkg_b/hatch_mcp_server.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/error_scenarios/circular_dep_pkg_b/mcp_server.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/error_scenarios/invalid_dep_pkg/hatch_mcp_server.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/error_scenarios/invalid_dep_pkg/mcp_server.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/error_scenarios/version_conflict_pkg/hatch_mcp_server.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/error_scenarios/version_conflict_pkg/mcp_server.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/schema_versions/schema_v1_1_0_pkg/main.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/schema_versions/schema_v1_2_0_pkg/main.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/schema_versions/schema_v1_2_1_pkg/hatch_mcp_server.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/schema_versions/schema_v1_2_1_pkg/mcp_server.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data_utils.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_dependency_orchestrator_consent.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_docker_installer.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_env_manip.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_hatch_installer.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_installer_base.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_mcp_atomic_operations.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_mcp_backup_integration.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_mcp_cli_all_host_specific_args.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_mcp_cli_backup_management.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_mcp_cli_direct_management.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_mcp_cli_discovery_listing.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_mcp_cli_host_config_integration.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_mcp_cli_package_management.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_mcp_cli_partial_updates.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_mcp_environment_integration.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_mcp_host_config_backup.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_mcp_host_configuration_manager.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_mcp_host_registry_decorator.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_mcp_pydantic_architecture_v4.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_mcp_server_config_models.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_mcp_server_config_type_field.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_mcp_sync_functionality.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_mcp_user_feedback_reporting.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_non_tty_integration.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_online_package_loader.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_python_environment_manager.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_python_installer.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_registry.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_registry_retriever.py +0 -0
- {hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_system_installer.py +0 -0
|
@@ -1671,7 +1671,6 @@ def main():
|
|
|
1671
1671
|
mcp_configure_parser.add_argument(
|
|
1672
1672
|
"--disabled",
|
|
1673
1673
|
action="store_true",
|
|
1674
|
-
default=None,
|
|
1675
1674
|
help="Disable the MCP server [hosts: kiro]"
|
|
1676
1675
|
)
|
|
1677
1676
|
mcp_configure_parser.add_argument(
|
|
@@ -1704,7 +1703,6 @@ def main():
|
|
|
1704
1703
|
mcp_configure_parser.add_argument(
|
|
1705
1704
|
"--enabled",
|
|
1706
1705
|
action="store_true",
|
|
1707
|
-
default=None,
|
|
1708
1706
|
help="Enable the MCP server [hosts: codex]"
|
|
1709
1707
|
)
|
|
1710
1708
|
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
|
|
File without changes
|
|
File without changes
|
{hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/regression/test_mcp_codex_backup_integration.py
RENAMED
|
File without changes
|
{hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/regression/test_mcp_codex_host_strategy.py
RENAMED
|
File without changes
|
{hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/regression/test_mcp_codex_model_validation.py
RENAMED
|
File without changes
|
{hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/regression/test_mcp_kiro_backup_integration.py
RENAMED
|
File without changes
|
{hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/regression/test_mcp_kiro_cli_integration.py
RENAMED
|
File without changes
|
|
File without changes
|
{hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/regression/test_mcp_kiro_host_strategy.py
RENAMED
|
File without changes
|
{hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/regression/test_mcp_kiro_model_validation.py
RENAMED
|
File without changes
|
{hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/regression/test_mcp_kiro_omni_conversion.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hatch_xclam-0.7.1 → hatch_xclam-0.7.1.dev2}/tests/test_data/packages/basic/base_pkg/mcp_server.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
|
|
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
|