Metadata-Version: 2.4
Name: mcpzoo-math-fmt
Version: 0.1.0
Summary: MCP tool: 千分位分隔和科学计数法格式化
License: MIT
Keywords: claude,math-fmt,mcp,mcpzoo,uvx
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# mcpzoo-math-fmt

> 数字格式化 — 千分位分隔和科学计数法格式化

## Installation

```bash
uvx mcpzoo-math-fmt
```

## uvx JSON

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