Metadata-Version: 2.4
Name: mcpzoo-few-shot
Version: 0.1.0
Summary: MCP tool: 生成 few-shot 学习的提示词模板
License: MIT
Keywords: claude,few-shot,mcp,mcpzoo,uvx
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# mcpzoo-few-shot

> Few-shot 模板 — 生成 few-shot 学习的提示词模板

## Installation

```bash
uvx mcpzoo-few-shot
```

## uvx JSON

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