hanzo-mcp 0.6.3__py3-none-any.whl → 0.6.4__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/__init__.py CHANGED
@@ -1,3 +1,3 @@
1
1
  """Hanzo MCP - Implementation of Hanzo capabilities using MCP."""
2
2
 
3
- __version__ = "0.6.3"
3
+ __version__ = "0.6.4"
@@ -84,7 +84,7 @@ class BatchSearchResults:
84
84
  }
85
85
 
86
86
 
87
- Queries = Annotated[List[Dict[str, Any]], Field(description="List of search queries with types", min_items=1)]
87
+ Queries = Annotated[List[Dict[str, Any]], Field(description="List of search queries with types", min_length=1)]
88
88
  SearchPath = Annotated[str, Field(description="Path to search in", default=".")]
89
89
  Include = Annotated[str, Field(description="File pattern to include", default="*")]
90
90
  MaxResults = Annotated[int, Field(description="Maximum results per query", default=20)]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hanzo-mcp
3
- Version: 0.6.3
3
+ Version: 0.6.4
4
4
  Summary: The Zen of Hanzo MCP: One server to rule them all. The ultimate MCP that orchestrates all others.
5
5
  Author-email: Hanzo Industries Inc <dev@hanzo.ai>
6
6
  License: MIT
@@ -1,4 +1,4 @@
1
- hanzo_mcp/__init__.py,sha256=ccvaKEWpqeiCuArUV6xwmYB_BoIoj987XcM2KNVo6tM,89
1
+ hanzo_mcp/__init__.py,sha256=L3XCVhMu52ziTNfILa_Kiv7xOpnV-iFDt4cdS4MA52U,89
2
2
  hanzo_mcp/cli.py,sha256=lFKWnoV94MUgtfojNn4DR9RQg-NiFUpF3BIICjbFfLA,10838
3
3
  hanzo_mcp/cli_enhanced.py,sha256=rqh9gqyjMuUznIlPTC5pcIGYZTKAScacMsDb1e68ReE,15819
4
4
  hanzo_mcp/dev_server.py,sha256=_Ti0P7y8VNK5z4NiZ1BN5L_KdWhWYJ4IG2U6GZObzyM,7869
@@ -54,7 +54,7 @@ hanzo_mcp/tools/editor/neovim_edit.py,sha256=Hq10p1LIHBM_jGIyvjQYtJr8NR5pAeLRM6G
54
54
  hanzo_mcp/tools/editor/neovim_session.py,sha256=H1AhXBod9HzcYv4fQu4pOlBcyfwgjUo24lzenDZfqRU,11962
55
55
  hanzo_mcp/tools/filesystem/__init__.py,sha256=wX3GTjevm-aON_RHs58WawgIn3LRxz4lN1AcqPHW6OI,6735
56
56
  hanzo_mcp/tools/filesystem/base.py,sha256=0_6PBU1yqGRIQ8ggQNMEA2rB4DXTFg7sMJRAoocN9do,3818
57
- hanzo_mcp/tools/filesystem/batch_search.py,sha256=7dx4YNNw23gUD2rEnDlTDlrWUPx2kDMrHFX2xv_X1_Y,34301
57
+ hanzo_mcp/tools/filesystem/batch_search.py,sha256=03Ile8x9F5ySW_8YtLYMw7zyWf8eUhTW1wjZ3iqMN00,34302
58
58
  hanzo_mcp/tools/filesystem/content_replace.py,sha256=9GvQhJP1yBJsLQZPHs1UJZ6hxLBh1gCmZaU_CI4kbsA,9958
59
59
  hanzo_mcp/tools/filesystem/diff.py,sha256=7ZpVkSy_CjEu3dVfULXQ9Wn8IPKYLlS77fIGHvRQ3wg,7626
60
60
  hanzo_mcp/tools/filesystem/directory_tree.py,sha256=H_fuqNot8Qx3eJQXBsFGIUVyASGFjXgnO_viT_gCLwU,10696
@@ -126,9 +126,9 @@ hanzo_mcp/tools/vector/project_manager.py,sha256=xrkRl7niWjJrtSNaEOppkPzDFDw9FaE
126
126
  hanzo_mcp/tools/vector/vector.py,sha256=EpKEDkRfSHsDfPewqRwNAulX0BndlK48p-sFSMtt3js,10179
127
127
  hanzo_mcp/tools/vector/vector_index.py,sha256=IqXoEfEk6TOOEThXw4obePZqfvBRiYL_LCrx8z35-h8,4403
128
128
  hanzo_mcp/tools/vector/vector_search.py,sha256=jwX1azf4V4seqJ2CIDloX3lJ5_hkUl7X5e2OOgGXQNk,9647
129
- hanzo_mcp-0.6.3.dist-info/licenses/LICENSE,sha256=mf1qZGFsPGskoPgytp9B-RsahfKvXsBpmaAbTLGTt8Y,1063
130
- hanzo_mcp-0.6.3.dist-info/METADATA,sha256=tLEMAj59u6LQV5NzYma_WAx6XjbLJVXhqnYw_mr0cxU,11067
131
- hanzo_mcp-0.6.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
132
- hanzo_mcp-0.6.3.dist-info/entry_points.txt,sha256=Q_g5SzWk47z2b_rE_RgonVqk4-d8VQ6pqwMveYiXJuU,101
133
- hanzo_mcp-0.6.3.dist-info/top_level.txt,sha256=eGFANatA0MHWiVlpS56fTYRIShtibrSom1uXI6XU0GU,10
134
- hanzo_mcp-0.6.3.dist-info/RECORD,,
129
+ hanzo_mcp-0.6.4.dist-info/licenses/LICENSE,sha256=mf1qZGFsPGskoPgytp9B-RsahfKvXsBpmaAbTLGTt8Y,1063
130
+ hanzo_mcp-0.6.4.dist-info/METADATA,sha256=zMv6uG1qIScHFNf8PFnjj8q3WfeYC2KjPtopl-4qLcM,11067
131
+ hanzo_mcp-0.6.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
132
+ hanzo_mcp-0.6.4.dist-info/entry_points.txt,sha256=Q_g5SzWk47z2b_rE_RgonVqk4-d8VQ6pqwMveYiXJuU,101
133
+ hanzo_mcp-0.6.4.dist-info/top_level.txt,sha256=eGFANatA0MHWiVlpS56fTYRIShtibrSom1uXI6XU0GU,10
134
+ hanzo_mcp-0.6.4.dist-info/RECORD,,