hanzo-mcp 0.3.3__tar.gz → 0.3.4__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.

Potentially problematic release.


This version of hanzo-mcp might be problematic. Click here for more details.

Files changed (63) hide show
  1. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/PKG-INFO +1 -1
  2. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/__init__.py +1 -1
  3. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp.egg-info/PKG-INFO +1 -1
  4. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/pyproject.toml +1 -1
  5. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/LICENSE +0 -0
  6. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/README.md +0 -0
  7. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/cli.py +0 -0
  8. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/server.py +0 -0
  9. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/__init__.py +0 -0
  10. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/agent/__init__.py +0 -0
  11. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/agent/agent_tool.py +0 -0
  12. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/agent/base_provider.py +0 -0
  13. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/agent/litellm_provider.py +0 -0
  14. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/agent/lmstudio_agent.py +0 -0
  15. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/agent/lmstudio_provider.py +0 -0
  16. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/agent/prompt.py +0 -0
  17. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/agent/provider_registry.py +0 -0
  18. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/agent/tool_adapter.py +0 -0
  19. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/common/__init__.py +0 -0
  20. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/common/base.py +0 -0
  21. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/common/context.py +0 -0
  22. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/common/error_handling.py +0 -0
  23. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/common/logging_config.py +0 -0
  24. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/common/permissions.py +0 -0
  25. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/common/session.py +0 -0
  26. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/common/think_tool.py +0 -0
  27. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/common/validation.py +0 -0
  28. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/common/version_tool.py +0 -0
  29. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/filesystem/__init__.py +0 -0
  30. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/filesystem/base.py +0 -0
  31. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/filesystem/content_replace.py +0 -0
  32. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/filesystem/directory_tree.py +0 -0
  33. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/filesystem/edit_file.py +0 -0
  34. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/filesystem/get_file_info.py +0 -0
  35. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/filesystem/read_files.py +0 -0
  36. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/filesystem/search_content.py +0 -0
  37. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/filesystem/write_file.py +0 -0
  38. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/jupyter/__init__.py +0 -0
  39. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/jupyter/base.py +0 -0
  40. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/jupyter/edit_notebook.py +0 -0
  41. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/jupyter/notebook_operations.py +0 -0
  42. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/jupyter/read_notebook.py +0 -0
  43. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/project/__init__.py +0 -0
  44. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/project/analysis.py +0 -0
  45. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/project/base.py +0 -0
  46. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/project/project_analyze.py +0 -0
  47. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/shell/__init__.py +0 -0
  48. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/shell/base.py +0 -0
  49. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/shell/command_executor.py +0 -0
  50. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/shell/run_command.py +0 -0
  51. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/shell/run_script.py +0 -0
  52. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp/tools/shell/script_tool.py +0 -0
  53. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp.egg-info/SOURCES.txt +0 -0
  54. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp.egg-info/dependency_links.txt +0 -0
  55. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp.egg-info/entry_points.txt +0 -0
  56. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp.egg-info/requires.txt +0 -0
  57. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/hanzo_mcp.egg-info/top_level.txt +0 -0
  58. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/setup.cfg +0 -0
  59. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/setup.py +0 -0
  60. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/tests/test_cli.py +0 -0
  61. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/tests/test_server.py +0 -0
  62. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/tests/test_tools_registration.py +0 -0
  63. {hanzo_mcp-0.3.3 → hanzo_mcp-0.3.4}/tests/test_validation.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hanzo-mcp
3
- Version: 0.3.3
3
+ Version: 0.3.4
4
4
  Summary: MCP implementation of Hanzo capabilities
5
5
  Author-email: Hanzo Industries Inc <dev@hanzo.ai>
6
6
  License: MIT
@@ -1,3 +1,3 @@
1
1
  """Hanzo MCP - Implementation of Hanzo capabilities using MCP."""
2
2
 
3
- __version__ = "0.3.3"
3
+ __version__ = "0.3.4"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hanzo-mcp
3
- Version: 0.3.3
3
+ Version: 0.3.4
4
4
  Summary: MCP implementation of Hanzo capabilities
5
5
  Author-email: Hanzo Industries Inc <dev@hanzo.ai>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "hanzo-mcp"
7
- version = "0.3.3"
7
+ version = "0.3.4"
8
8
  description = "MCP implementation of Hanzo capabilities"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.12"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes