Metadata-Version: 2.4
Name: generalanalysis
Version: 0.1.7
Summary: MCP Client Guardrails
Author-email: Alan Wu <alan@omni-research.com>
License-File: LICENSE
Requires-Python: >=3.8
Requires-Dist: httpx>=0.28.1
Requires-Dist: mcp>=1.10.1
Requires-Dist: python-dotenv>=1.1.1
Requires-Dist: rich>=14.0.0
Requires-Dist: typer>=0.16.0
Description-Content-Type: text/markdown

# ga-cli

## Installation
`uv tool install generalanalysis` or `pip install generalanalysis`.

## Usage

`ga login` to register a ga account and setup an API key.

`ga configure` to detect installed MCP clients (Cursor, Claude Code, Claude Desktop) and wrap the MCP configs with GA mcp guardrails.

Try `ga --help` too see more instructions.

