Metadata-Version: 2.4
Name: mcpzoo-random-string
Version: 0.1.0
Summary: MCP tool: 生成指定长度和字符集的随机字符串
License: MIT
Keywords: claude,mcp,mcpzoo,random-string,uvx
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# mcpzoo-random-string

> 随机字符串 — 生成指定长度和字符集的随机字符串

## Installation

```bash
uvx mcpzoo-random-string
```

## uvx JSON

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