Metadata-Version: 2.4
Name: mcpzoo-json-schema-gen
Version: 0.1.0
Summary: MCP tool: 从 JSON 样例自动生成 JSON Schema
License: MIT
Keywords: claude,json-schema-gen,mcp,mcpzoo,uvx
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# mcpzoo-json-schema-gen

> Schema 生成 — 从 JSON 样例自动生成 JSON Schema

## Installation

```bash
uvx mcpzoo-json-schema-gen
```

## uvx JSON

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