Metadata-Version: 2.4
Name: mcpzoo-truncate
Version: 0.1.0
Summary: MCP tool: 按指定字符数截断文本并可添加省略号
License: MIT
Keywords: claude,mcp,mcpzoo,truncate,uvx
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# mcpzoo-truncate

> 文本截断 — 按指定字符数截断文本并可添加省略号

## Installation

```bash
uvx mcpzoo-truncate
```

## uvx JSON

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