Metadata-Version: 2.4
Name: mcpx-go
Version: 0.1.0
Summary: CLI shim for mcpx (Go) that forwards arguments to the installed mcpx 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 :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# mcpx-go

`mcpx-go` is a small Python CLI shim that forwards arguments to an installed `mcpx` binary.

## Usage

```bash
mcpx-go --help
mcpx-go github list-tools
```

If `mcpx` is not installed, install it from:
https://github.com/lydakis/mcpx
