Metadata-Version: 2.4
Name: mcpzoo-file-read
Version: 0.1.0
Summary: MCP tool: 读取指定路径的文本文件内容
License: MIT
Keywords: claude,file-read,mcp,mcpzoo,uvx
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# mcpzoo-file-read

> 文件读取 — 读取指定路径的文本文件内容

## Installation

```bash
uvx mcpzoo-file-read
```

## uvx JSON

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