Metadata-Version: 2.4
Name: mcpzoo-port-check
Version: 0.1.0
Summary: MCP tool: 检测远程主机端口是否开放
License: MIT
Keywords: claude,mcp,mcpzoo,port-check,uvx
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# mcpzoo-port-check

> 端口检测 — 检测远程主机端口是否开放

## Installation

```bash
uvx mcpzoo-port-check
```

## uvx JSON

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