Metadata-Version: 2.4
Name: mcpzoo-json-flatten
Version: 0.1.0
Summary: MCP tool: 将嵌套 JSON 展平为单层键值对
License: MIT
Keywords: claude,json-flatten,mcp,mcpzoo,uvx
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# mcpzoo-json-flatten

> JSON 展平 — 将嵌套 JSON 展平为单层键值对

## Installation

```bash
uvx mcpzoo-json-flatten
```

## uvx JSON

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