Metadata-Version: 2.4
Name: mcpzoo-template
Version: 0.1.0
Summary: MCP tool: 使用键值对替换文本中的占位符模板
License: MIT
Keywords: claude,mcp,mcpzoo,template,uvx
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# mcpzoo-template

> 模板渲染 — 使用键值对替换文本中的占位符模板

## Installation

```bash
uvx mcpzoo-template
```

## uvx JSON

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