Metadata-Version: 2.4
Name: mcpzoo-toml-parse
Version: 0.1.0
Summary: MCP tool: 解析 TOML 文本为 JSON 格式
License: MIT
Keywords: claude,mcp,mcpzoo,toml-parse,uvx
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# mcpzoo-toml-parse

> TOML 解析 — 解析 TOML 文本为 JSON 格式

## Installation

```bash
uvx mcpzoo-toml-parse
```

## uvx JSON

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