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.
Files changed (110) hide show
  1. {hatch_xclam-0.7.1.dev2/hatch_xclam.egg-info → hatch_xclam-0.7.1.dev3}/PKG-INFO +1 -1
  2. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/cli_hatch.py +2 -0
  3. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3/hatch_xclam.egg-info}/PKG-INFO +1 -1
  4. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/pyproject.toml +1 -1
  5. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/LICENSE +0 -0
  6. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/README.md +0 -0
  7. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/__init__.py +0 -0
  8. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/environment_manager.py +0 -0
  9. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/installers/__init__.py +0 -0
  10. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/installers/dependency_installation_orchestrator.py +0 -0
  11. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/installers/docker_installer.py +0 -0
  12. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/installers/hatch_installer.py +0 -0
  13. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/installers/installation_context.py +0 -0
  14. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/installers/installer_base.py +0 -0
  15. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/installers/python_installer.py +0 -0
  16. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/installers/registry.py +0 -0
  17. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/installers/system_installer.py +0 -0
  18. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/mcp_host_config/__init__.py +0 -0
  19. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/mcp_host_config/backup.py +0 -0
  20. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/mcp_host_config/host_management.py +0 -0
  21. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/mcp_host_config/models.py +0 -0
  22. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/mcp_host_config/reporting.py +0 -0
  23. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/mcp_host_config/strategies.py +0 -0
  24. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/package_loader.py +0 -0
  25. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/python_environment_manager.py +0 -0
  26. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/registry_explorer.py +0 -0
  27. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/registry_retriever.py +0 -0
  28. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch/template_generator.py +0 -0
  29. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch_xclam.egg-info/SOURCES.txt +0 -0
  30. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch_xclam.egg-info/dependency_links.txt +0 -0
  31. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch_xclam.egg-info/entry_points.txt +0 -0
  32. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch_xclam.egg-info/requires.txt +0 -0
  33. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/hatch_xclam.egg-info/top_level.txt +0 -0
  34. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/setup.cfg +0 -0
  35. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/__init__.py +0 -0
  36. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/integration/__init__.py +0 -0
  37. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/integration/test_mcp_kiro_integration.py +0 -0
  38. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/regression/__init__.py +0 -0
  39. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/regression/test_mcp_codex_backup_integration.py +0 -0
  40. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/regression/test_mcp_codex_host_strategy.py +0 -0
  41. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/regression/test_mcp_codex_model_validation.py +0 -0
  42. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/regression/test_mcp_kiro_backup_integration.py +0 -0
  43. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/regression/test_mcp_kiro_cli_integration.py +0 -0
  44. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/regression/test_mcp_kiro_decorator_registration.py +0 -0
  45. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/regression/test_mcp_kiro_host_strategy.py +0 -0
  46. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/regression/test_mcp_kiro_model_validation.py +0 -0
  47. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/regression/test_mcp_kiro_omni_conversion.py +0 -0
  48. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/run_environment_tests.py +0 -0
  49. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_cli_version.py +0 -0
  50. {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
  51. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/basic/base_pkg/mcp_server.py +0 -0
  52. {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
  53. {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
  54. {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
  55. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data/packages/basic/utility_pkg/mcp_server.py +0 -0
  56. {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
  57. {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
  58. {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
  59. {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
  60. {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
  61. {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
  62. {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
  63. {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
  64. {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
  65. {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
  66. {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
  67. {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
  68. {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
  69. {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
  70. {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
  71. {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
  72. {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
  73. {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
  74. {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
  75. {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
  76. {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
  77. {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
  78. {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
  79. {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
  80. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_data_utils.py +0 -0
  81. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_dependency_orchestrator_consent.py +0 -0
  82. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_docker_installer.py +0 -0
  83. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_env_manip.py +0 -0
  84. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_hatch_installer.py +0 -0
  85. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_installer_base.py +0 -0
  86. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_atomic_operations.py +0 -0
  87. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_backup_integration.py +0 -0
  88. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_cli_all_host_specific_args.py +0 -0
  89. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_cli_backup_management.py +0 -0
  90. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_cli_direct_management.py +0 -0
  91. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_cli_discovery_listing.py +0 -0
  92. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_cli_host_config_integration.py +0 -0
  93. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_cli_package_management.py +0 -0
  94. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_cli_partial_updates.py +0 -0
  95. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_environment_integration.py +0 -0
  96. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_host_config_backup.py +0 -0
  97. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_host_configuration_manager.py +0 -0
  98. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_host_registry_decorator.py +0 -0
  99. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_pydantic_architecture_v4.py +0 -0
  100. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_server_config_models.py +0 -0
  101. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_server_config_type_field.py +0 -0
  102. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_sync_functionality.py +0 -0
  103. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_mcp_user_feedback_reporting.py +0 -0
  104. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_non_tty_integration.py +0 -0
  105. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_online_package_loader.py +0 -0
  106. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_python_environment_manager.py +0 -0
  107. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_python_installer.py +0 -0
  108. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_registry.py +0 -0
  109. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_registry_retriever.py +0 -0
  110. {hatch_xclam-0.7.1.dev2 → hatch_xclam-0.7.1.dev3}/tests/test_system_installer.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hatch-xclam
3
- Version: 0.7.1.dev2
3
+ Version: 0.7.1.dev3
4
4
  Summary: Package manager for the Cracking Shells ecosystem
5
5
  Author: Cracking Shells Team
6
6
  Project-URL: Homepage, https://github.com/CrackingShells/Hatch
@@ -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(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hatch-xclam
3
- Version: 0.7.1.dev2
3
+ Version: 0.7.1.dev3
4
4
  Summary: Package manager for the Cracking Shells ecosystem
5
5
  Author: Cracking Shells Team
6
6
  Project-URL: Homepage, https://github.com/CrackingShells/Hatch
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "hatch-xclam"
7
- version = "0.7.1-dev.2"
7
+ version = "0.7.1-dev.3"
8
8
  description = "Package manager for the Cracking Shells ecosystem"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.12"