Filesystem tools for Hanzo AI - read, write, edit, search, find
Project description
hanzo-tools-fs
Filesystem tools for Hanzo MCP.
Installation
pip install hanzo-tools-fs
Tools
read - Read Files
read(file_path="/path/to/file.py")
read(file_path="/path/to/file.py", offset=100, limit=50)
write - Write Files
write(file_path="/path/to/file.py", content="...")
edit - Edit Files
edit(
file_path="/path/to/file.py",
old_string="def old():",
new_string="def new():"
)
tree - Directory Structure
tree(path="/project", depth=3)
find - File Discovery
find(pattern="*.py", path="/project")
search - Content Search
search(pattern="TODO|FIXME", path="./src")
ast - Code Structure
ast(pattern="class.*Service", path="/src")
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hanzo_tools_fs-0.3.3.tar.gz
(16.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hanzo_tools_fs-0.3.3.tar.gz.
File metadata
- Download URL: hanzo_tools_fs-0.3.3.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b751d8c4c58a9089fb63a01a213494e67b35c1a8d6ff0111c0214dc744a779af
|
|
| MD5 |
65e4eab6636e20f82ce56bb71d06b163
|
|
| BLAKE2b-256 |
1989d9aaf1483aeba4e47cf3870724b27b9d91504762101ddb1b537e3431baab
|
File details
Details for the file hanzo_tools_fs-0.3.3-py3-none-any.whl.
File metadata
- Download URL: hanzo_tools_fs-0.3.3-py3-none-any.whl
- Upload date:
- Size: 20.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e556e6cb2bf809337bfca056e6c1247005f73b0a6340d769ca1ab7bb6cf7ecca
|
|
| MD5 |
e90f89b93897f81daaf039059656e70a
|
|
| BLAKE2b-256 |
f496e6ee9bc4e3c20a41138cbcf3395780348a7a4ab223cd80488c667f4f598a
|