Metadata-Version: 2.4
Name: mcpzoo-file-search
Version: 0.1.0
Summary: MCP tool: 在指定目录中搜索匹配模式的文件
License: MIT
Keywords: claude,file-search,mcp,mcpzoo,uvx
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# mcpzoo-file-search

> 文件搜索 — 在指定目录中搜索匹配模式的文件

## Installation

```bash
uvx mcpzoo-file-search
```

## uvx JSON

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