Metadata-Version: 2.4
Name: maki-mcp
Version: 0.1.0
Summary: Run dev commands and expose their logs over MCP.
Requires-Python: >=3.13
Requires-Dist: mcp>=1.28.1
Requires-Dist: rich>=15.0.0
Description-Content-Type: text/markdown

# maki

Run a command, save its logs per project, and expose them to MCP clients.

```bash
maki --name dev pnpm dev
maki-mcp --project /path/to/project
```

MCP tools:

- `list_runs`
- `latest_logs(name="dev", lines=200)`
- `get_log(run_id, lines=200)`

## Release

Use Conventional Commits. Merges to `main` are versioned by Python Semantic Release and published to PyPI by GitHub Actions.
