Metadata-Version: 2.4
Name: mcpzero-cli
Version: 0.1.2
Summary: MCPZERO tunnel CLI — installs the prebuilt mcpzero binary for your platform.
Project-URL: Homepage, https://mcpzero.io
Project-URL: Source, https://github.com/mcpzero/cli
Author: MCPZERO
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# mcpzero-cli

The [MCPZERO](https://mcpzero.io) tunnel CLI, distributed via PyPI. Installing
this package gives you the `mcpzero` command, which downloads the prebuilt
binary for your platform on first run.

```bash
pipx install mcpzero-cli
mcpzero --version
```

Equivalent installs: `brew install mcpzero/tap/mcpzero` or
`curl -fsSL https://mcpzero.io/install.sh | sh`.

The library SDKs are published separately as `mcpzero-sdk`.
