Metadata-Version: 2.4
Name: mcpzoo-dedupe
Version: 0.1.0
Summary: MCP tool: 去除文本中的重复行
License: MIT
Keywords: claude,dedupe,mcp,mcpzoo,uvx
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# mcpzoo-dedupe

> 文本去重 — 去除文本中的重复行

## Installation

```bash
uvx mcpzoo-dedupe
```

## uvx JSON

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