Metadata-Version: 2.4
Name: cli-gateway
Version: 0.1.0
Summary: A CLI gateway client tool for connecting to MCP gateway servers
Project-URL: Homepage, https://github.com/xray918/cli-gateway
Project-URL: Repository, https://github.com/xray918/cli-gateway
Author-email: xray918 <xray918@example.com>
License: MIT
Keywords: cli,gateway,mcp,tools
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# cli-gateway

A CLI gateway client tool for connecting to MCP gateway servers.

## Installation

```bash
pip install cli-gateway
```

## Usage

```bash
cli-gateway
```

## License

MIT
