Metadata-Version: 2.4
Name: payd-labs-knowhere-cli
Version: 0.1.0
Summary: CLI and MCP server for the Knowhere UI deployment platform
Author-email: Payd Labs <dev@payd.money>
Requires-Python: >=3.12
Requires-Dist: httpx>=0.28.0
Requires-Dist: mcp>=1.0.0
Requires-Dist: rich>=13.0.0
Requires-Dist: typer>=0.15.0
Description-Content-Type: text/markdown

# knowhere-cli

Terminal and MCP access for Knowhere.

```bash
python3.12 -m pip install payd-labs-knowhere-cli
payd-knowhere login --url https://knowhere.paydlabs.com
payd-knowhere projects
payd-knowhere deployments --project docs
payd-knowhere workflow docs
```

Legacy alias: `knowhere` remains available for backwards compatibility.

The CLI stores credentials in `~/.knowhere/credentials.json` and uses Payd Auth
through the Knowhere API.
