Metadata-Version: 2.4
Name: mcpzoo-user-agent
Version: 0.1.0
Summary: MCP tool: 解析 User-Agent 字符串的浏览器和系统信息
License: MIT
Keywords: claude,mcp,mcpzoo,user-agent,uvx
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# mcpzoo-user-agent

> UA 解析 — 解析 User-Agent 字符串的浏览器和系统信息

## Installation

```bash
uvx mcpzoo-user-agent
```

## uvx JSON

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