Metadata-Version: 2.4
Name: mcpzoo-html-escape
Version: 0.1.0
Summary: MCP tool: 对 HTML 特殊字符进行转义或反转义
License: MIT
Keywords: claude,html-escape,mcp,mcpzoo,uvx
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# mcpzoo-html-escape

> HTML 转义 — 对 HTML 特殊字符进行转义或反转义

## Installation

```bash
uvx mcpzoo-html-escape
```

## uvx JSON

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