Metadata-Version: 2.4
Name: mcpzoo-gzip-text
Version: 0.1.0
Summary: MCP tool: 对文本进行 gzip 压缩或解压
License: MIT
Keywords: claude,gzip-text,mcp,mcpzoo,uvx
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# mcpzoo-gzip-text

> 文本压缩 — 对文本进行 gzip 压缩或解压

## Installation

```bash
uvx mcpzoo-gzip-text
```

## uvx JSON

```json
{
  "mcpServers": {
    "gzip-text": {
      "args": ["mcpzoo-gzip-text"],
      "command": "uvx"
    }
  }
}
```
