Metadata-Version: 2.4
Name: mcpzoo-json-diff
Version: 0.1.0
Summary: MCP tool: 比较两个 JSON 对象的差异
License: MIT
Keywords: claude,json-diff,mcp,mcpzoo,uvx
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# mcpzoo-json-diff

> JSON 对比 — 比较两个 JSON 对象的差异

## Installation

```bash
uvx mcpzoo-json-diff
```

## uvx JSON

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