Metadata-Version: 2.4
Name: rocketsmith
Version: 0.0.1
Summary: Let agents design, simulate, and build your rocket.
Author-email: Peter Pak <ppak10@gmail.com>
Project-URL: Homepage, https://github.com/ppak10/RocketSmith
Project-URL: Issues, https://github.com/ppak10/RocketSmith/issues
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mcp>=1.12.3
Requires-Dist: pydantic>=2.11.7
Requires-Dist: rich>=14.0.0
Requires-Dist: typer>=0.16.0
Requires-Dist: workspace-agent>=0.1.9
Dynamic: license-file

[![pytest](https://github.com/ppak10/RocketSmith/actions/workflows/pytest.yml/badge.svg)](https://github.com/ppak10/RocketSmith/actions/workflows/pytest.yml)

# RocketSmith <img src="https://cdn.jsdelivr.net/npm/lucide-static/icons/rocket.svg" width="32" height="32" />

Let agents design, simulate, and build your rocket.

## Getting Started
### Installation

```bash
uv add rocketsmith
```

### Agent
#### Claude Code

1. Install MCP tools and Agent

```bash
rocketsmith mcp install
```

#### Claude Desktop

1. Install MCP tools

```bash
rocketsmith mcp install claude-desktop --project-path /path/to/RocketSmith
```

Note: After installation, restart Claude Desktop for the changes to take effect.

### CLI (`rocketsmith --help`)
#### Create Workspace (via `workspace-agent`)
```bash
rocketsmith workspace create <workspace-name>
```
