Metadata-Version: 2.4
Name: mcpzoo-rewrite
Version: 0.1.0
Summary: MCP tool: 生成文本风格改写的提示词
License: MIT
Keywords: claude,mcp,mcpzoo,rewrite,uvx
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# mcpzoo-rewrite

> 改写提示词 — 生成文本风格改写的提示词

## Installation

```bash
uvx mcpzoo-rewrite
```

## uvx JSON

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