Metadata-Version: 2.4
Name: mcpzoo-file-info
Version: 0.1.0
Summary: MCP tool: 获取文件的大小修改时间等元信息
License: MIT
Keywords: claude,file-info,mcp,mcpzoo,uvx
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# mcpzoo-file-info

> 文件信息 — 获取文件的大小修改时间等元信息

## Installation

```bash
uvx mcpzoo-file-info
```

## uvx JSON

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