Metadata-Version: 2.4
Name: superflag
Version: 2.2.0
Summary: Simple installer for context-engine-mcp - MCP-based contextual flag system for AI assistants
License: MIT
Project-URL: Homepage, https://github.com/SuperClaude-Org/context-engine-mcp
Project-URL: Repository, https://github.com/SuperClaude-Org/context-engine-mcp
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: context-engine-mcp>=2.2.0

# superflag

Simple installer for context-engine-mcp.

## Installation

```bash
pip install superflag
```

This automatically installs `context-engine-mcp` with all features.

## Usage

After installation, use either command:

```bash
superflag install --target claude-code
# or
context-engine install --target claude-code
```

## Documentation

See: https://github.com/SuperClaude-Org/context-engine-mcp
