Metadata-Version: 2.4
Name: mcpx-go
Version: 0.1.8
Summary: Installable Python wrapper that downloads and runs the mcpx Go binary
Project-URL: Homepage, https://github.com/lydakis/mcpx
Project-URL: Repository, https://github.com/lydakis/mcpx
Project-URL: Issues, https://github.com/lydakis/mcpx/issues
Author-email: George Lydakis <george@lydakis.me>
License-Expression: MIT
Keywords: cli,go,mcp,mcpx
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# mcpx-go (PyPI)

`mcpx-go` downloads the `mcpx` Go binary from GitHub Releases into your user cache and runs it via `mcpx-go`.

## Install

```bash
pip install mcpx-go
```

## Usage

```bash
mcpx-go --version
mcpx-go github search-repositories --query=mcp
```

## Notes

- Supports: macOS/Linux, amd64/arm64.
- Set `MCPX_GO_SKIP_DOWNLOAD=1` to skip downloading and rely on `mcpx` in `PATH`.
