Metadata-Version: 2.4
Name: mcpzoo-file-hash
Version: 0.1.0
Summary: MCP tool: 计算文件的 MD5 或 SHA256 哈希值
License: MIT
Keywords: claude,file-hash,mcp,mcpzoo,uvx
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# mcpzoo-file-hash

> 文件哈希 — 计算文件的 MD5 或 SHA256 哈希值

## Installation

```bash
uvx mcpzoo-file-hash
```

## uvx JSON

```json
{
  "mcpServers": {
    "file-hash": {
      "args": ["mcpzoo-file-hash"],
      "command": "uvx"
    }
  }
}
```
