Metadata-Version: 2.5
Name: nicculus-simplemcp
Version: 0.1.0
Summary: Installer/launcher for the simplemcp CLI (wraps mcp-client-python)
License: MIT
Requires-Python: >=3.10
Requires-Dist: mcp-client-python
Description-Content-Type: text/markdown

# simplemcp (PyPI)

Thin launcher around [`mcp-client-python`](https://pypi.org/project/mcp-client-python/) — installs it as a
dependency and re-exposes its CLI under the `simplemcp` command name.

```sh
pip install nicculus-simplemcp
simplemcp --help
```

If you're fine with the original command name, you can skip this wrapper and
`pip install mcp-client-python` directly — its CLI is `mcp-client`.
