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.1.tar.gz
(11.0 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.1.tar.gz.
File metadata
- Download URL: hanzo_tools_fs-0.3.1.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3751fa060ec8cccc26eb3dd2f9ed1771bea3a38373e7b84dac95c4a1067b37c5
|
|
| MD5 |
a718f73fdcf5cf7afc404e090c8996cd
|
|
| BLAKE2b-256 |
6bafd5735a32339d6bf783a708bd9b294388d59003820a2f4648e006d4213112
|
File details
Details for the file hanzo_tools_fs-0.3.1-py3-none-any.whl.
File metadata
- Download URL: hanzo_tools_fs-0.3.1-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6892bf6ba2559cad90876276b7022bfc45923d86866ac08e83bbe86e0771081f
|
|
| MD5 |
6e2b2e56a5dad242c74b3bd837929d14
|
|
| BLAKE2b-256 |
bfb24418ab22f8854992c786b145f87277a0a4ea2798b865af592a2725495348
|