Metadata-Version: 2.4
Name: mcpzoo-gcd
Version: 0.1.0
Summary: MCP tool: 计算两个数的最大公约数和最小公倍数
License: MIT
Keywords: claude,gcd,mcp,mcpzoo,uvx
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# mcpzoo-gcd

> 最大公约数 — 计算两个数的最大公约数和最小公倍数

## Installation

```bash
uvx mcpzoo-gcd
```

## uvx JSON

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