Packaging metadata (twine check was PASSED-with-warnings -> clean PASS): - config/llm/mcp/vector: add missing 'readme = README.md' ([project] key); README files existed but were never wired into the dist metadata. - net/plan/vcs: fill empty (0-byte) README.md files referenced by the readme key, so long_description is no longer missing. Tests (hanzo-tools-core/test_all_tools.py drifted from current sources): - browser: 1 -> 3 tools (browser, cdp, playwright after the zapd split) - mcp_tools: 4 -> 5 tools - required-tool total: 21 -> 23
hanzo-tools-vcs
Unified version control tool for Hanzo AI MCP (HIP-0300).
Tools
git- Unified version control (status, diff, commit, branch, log, …)
Installation
pip install hanzo-tools-vcs
Usage
from hanzo_tools.vcs import TOOLS, register_tools
# Register with MCP server
register_tools(mcp_server)
Part of hanzo-tools
This package is part of the modular hanzo-tools ecosystem.