Metadata-Version: 2.4
Name: nacho-bot
Version: 0.2.2
Summary: Nacho — build apps with AI. Context management, MCP server, and security scanning.
Project-URL: Homepage, https://nacho.bot
Project-URL: Repository, https://github.com/DevJoy-Studio-LLC/nacho
Requires-Python: >=3.11
Requires-Dist: httpx>=0.28.0
Requires-Dist: mcp[cli]>=1.2.0
Requires-Dist: pyyaml>=6.0
Provides-Extra: test
Requires-Dist: pytest>=8.0; extra == 'test'
Description-Content-Type: text/markdown

# Nacho

Context management and builder tools for AI assistants.

## Installation

```bash
pip install nacho-bot
```

This installs:
- **nacho-cli** — push, pull, and search context files on [nacho.bot](https://nacho.bot)
- **nacho-mcp** — MCP server for Nacho tools in your AI assistant

## Quick Start

```bash
nacho init
```

Sets up your AI assistant integration and launches the Nacho builder wizard.

## Links

- [nacho.bot](https://nacho.bot)
- [Documentation](https://nacho.bot/docs)
- [Repository](https://github.com/DevJoy-Studio-LLC/nacho)
