hanzo-mcp 0.8.5__py3-none-any.whl → 0.8.7__py3-none-any.whl
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.
- hanzo_mcp/tools/__init__.py +10 -1
- {hanzo_mcp-0.8.5.dist-info → hanzo_mcp-0.8.7.dist-info}/METADATA +1 -1
- {hanzo_mcp-0.8.5.dist-info → hanzo_mcp-0.8.7.dist-info}/RECORD +6 -6
- {hanzo_mcp-0.8.5.dist-info → hanzo_mcp-0.8.7.dist-info}/WHEEL +0 -0
- {hanzo_mcp-0.8.5.dist-info → hanzo_mcp-0.8.7.dist-info}/entry_points.txt +0 -0
- {hanzo_mcp-0.8.5.dist-info → hanzo_mcp-0.8.7.dist-info}/top_level.txt +0 -0
hanzo_mcp/tools/__init__.py
CHANGED
|
@@ -64,7 +64,16 @@ try: # pragma: no cover
|
|
|
64
64
|
register_memory_tools = None # type: ignore
|
|
65
65
|
except Exception:
|
|
66
66
|
# Minimal surface to allow submodule imports elsewhere
|
|
67
|
-
|
|
67
|
+
# Define stub functions for required imports
|
|
68
|
+
def activate_mode_from_env():
|
|
69
|
+
pass
|
|
70
|
+
class ModeLoader:
|
|
71
|
+
@staticmethod
|
|
72
|
+
def get_enabled_tools_from_mode(base_enabled_tools=None, force_mode=None):
|
|
73
|
+
return base_enabled_tools or {}
|
|
74
|
+
@staticmethod
|
|
75
|
+
def apply_environment_from_mode():
|
|
76
|
+
pass
|
|
68
77
|
|
|
69
78
|
# Try to import LSP tool
|
|
70
79
|
try:
|
|
@@ -25,7 +25,7 @@ hanzo_mcp/prompts/project_system.py,sha256=FgWxRaX7rPQwDZT3n69yBwLkQv4uJ4jcUZjKz
|
|
|
25
25
|
hanzo_mcp/prompts/project_todo_reminder.py,sha256=oN1EG0FR4XnxvFOXX_E5EFvX6L-8uYlX0hxFEiDRERc,3644
|
|
26
26
|
hanzo_mcp/prompts/tool_explorer.py,sha256=6mI35V_EH8AA4pWIMAeG96qP1VPrU1HgnxwVyB0bg5A,16411
|
|
27
27
|
hanzo_mcp/prompts/utils.py,sha256=IwxIhzZfYJ2anToPulbrpcc07u4Dozo9ok6VE3BC_4A,9963
|
|
28
|
-
hanzo_mcp/tools/__init__.py,sha256=
|
|
28
|
+
hanzo_mcp/tools/__init__.py,sha256=JcEIKKQIL0Go3tn8QeG6R14ib0uPBG8zKsxsFcL-JfM,19154
|
|
29
29
|
hanzo_mcp/tools/agent/__init__.py,sha256=UGDZ0Ehi8sVoE-Utq7jMI5SPkmHqsV6-RH55iMql4wg,4784
|
|
30
30
|
hanzo_mcp/tools/agent/agent.py,sha256=bgVbLmeXHVlO2TDLmjDeKw0IzXy73mFisSLylj39XaM,13151
|
|
31
31
|
hanzo_mcp/tools/agent/agent_tool.py,sha256=DeK0TWz3dFOS-_KTtcog8kqb9RjI9bXWaGACoSFDNYw,16814
|
|
@@ -186,8 +186,8 @@ hanzo_mcp/tools/vector/project_manager.py,sha256=b69kr84qoteFkx7feeC_XHsNteTyVEf
|
|
|
186
186
|
hanzo_mcp/tools/vector/vector.py,sha256=IzJJlWAuhXNmm41NyXEyQsknLNugoRRciDTypYfof9w,9947
|
|
187
187
|
hanzo_mcp/tools/vector/vector_index.py,sha256=EgxOveWt0R60WYcO-CLmEh8HbGXGmX4_xpqQXTtgQJQ,4188
|
|
188
188
|
hanzo_mcp/tools/vector/vector_search.py,sha256=anavkfz_pPtfgVZUW4trj5q5GT6Naxw5ItjK9hUY9wU,9677
|
|
189
|
-
hanzo_mcp-0.8.
|
|
190
|
-
hanzo_mcp-0.8.
|
|
191
|
-
hanzo_mcp-0.8.
|
|
192
|
-
hanzo_mcp-0.8.
|
|
193
|
-
hanzo_mcp-0.8.
|
|
189
|
+
hanzo_mcp-0.8.7.dist-info/METADATA,sha256=t1X2V61oTXV5J-xgWiT0rJPHDN1ODvD0bKOwqwWYnPo,8973
|
|
190
|
+
hanzo_mcp-0.8.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
191
|
+
hanzo_mcp-0.8.7.dist-info/entry_points.txt,sha256=ML30pedHV5wjthfztzMMz3uYhNdR_6inzYY5pSqNME4,142
|
|
192
|
+
hanzo_mcp-0.8.7.dist-info/top_level.txt,sha256=eGFANatA0MHWiVlpS56fTYRIShtibrSom1uXI6XU0GU,10
|
|
193
|
+
hanzo_mcp-0.8.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|