Metadata-Version: 2.4
Name: mcpzoo-reverse
Version: 0.1.0
Summary: MCP tool: 反转字符串内容或按行反转
License: MIT
Keywords: claude,mcp,mcpzoo,reverse,uvx
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# mcpzoo-reverse

> 文本反转 — 反转字符串内容或按行反转

## Installation

```bash
uvx mcpzoo-reverse
```

## uvx JSON

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