Metadata-Version: 2.4
Name: mcpzoo-substring
Version: 0.1.0
Summary: MCP tool: 按起止位置从文本中提取子字符串
License: MIT
Keywords: claude,mcp,mcpzoo,substring,uvx
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# mcpzoo-substring

> 子串提取 — 按起止位置从文本中提取子字符串

## Installation

```bash
uvx mcpzoo-substring
```

## uvx JSON

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