Metadata-Version: 2.4
Name: mcpzoo-join
Version: 0.1.0
Summary: MCP tool: 用指定分隔符将多段文本拼接为一个字符串
License: MIT
Keywords: claude,join,mcp,mcpzoo,uvx
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# mcpzoo-join

> 文本拼接 — 用指定分隔符将多段文本拼接为一个字符串

## Installation

```bash
uvx mcpzoo-join
```

## uvx JSON

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