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

# mcpzoo-file-write

> 文件写入 — 将文本内容写入指定路径的文件

## Installation

```bash
uvx mcpzoo-file-write
```

## uvx JSON

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