nebu-ctx 0.7.2

Lean-ctx runtime adapted for the NebuCtx self-hosted client/server product.
Documentation
# nebu-ctx

Rust runtime client for the `nebu-ctx` MCP, host, and dashboard stack.

Homepage: <https://nebu-ctx.com>

## Install

```bash
cargo install nebu-ctx
```

## Local install from source

```bash
cargo install --path client --bin nebu-ctx --force
```

## What it does

- Started from the practical `lean-ctx` client surface and was reshaped into the current `nebu-ctx` runtime client.
- Connects to a running `nebu-ctx` host over HTTP with `nebu-ctx connect`.
- Supports local runtime tools plus server-backed tools such as `ctx_brain` against shared PostgreSQL-backed server state.

## Repository

Project source and deployment assets live in the main repository:

- <https://github.com/MarkBovee/nebu-ctx>