Metadata-Version: 2.4
Name: hanzo-tools-s3
Version: 0.1.0
Summary: Hanzo S3 MCP tool — buckets and objects on S3-compatible storage
Author-email: Hanzo AI <dev@hanzo.ai>
License: MIT
Keywords: hanzo,mcp,object-storage,s3,seaweedfs,tools
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12
Requires-Dist: hanzo-s3>=1.0.0
Requires-Dist: hanzo-tools-core>=0.1.0
Description-Content-Type: text/markdown

# hanzo-tools-s3

MCP tool for Hanzo S3 — S3-compatible object storage (s3.hanzo.ai).

Exposes a single `s3` tool with bucket and object actions: `buckets`,
`make_bucket`, `remove_bucket`, `objects`, `stat`, `remove_object`, `presign`.

Credentials come from the environment — inject them from KMS, never plaintext:

```bash
eval "$(hanzo kms inject <project> <env>)"   # exports HANZO_S3_*
```

Env: `HANZO_S3_ENDPOINT` (default `s3.hanzo.ai`), `HANZO_S3_ACCESS_KEY`,
`HANZO_S3_SECRET_KEY`, `HANZO_S3_SECURE` (default `true`).
