Metadata-Version: 2.4
Name: mcpzoo-timestamp
Version: 0.1.0
Summary: MCP tool: Unix 时间戳与日期时间字符串互转
License: MIT
Keywords: claude,mcp,mcpzoo,timestamp,uvx
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# mcpzoo-timestamp

> 时间戳转换 — Unix 时间戳与日期时间字符串互转

## Installation

```bash
uvx mcpzoo-timestamp
```

## uvx JSON

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