Metadata-Version: 2.4
Name: logforge-unicron
Version: 0.1.0
Summary: One-command launcher for the LogForge Unicron appliance
Author: LogForge
License-Expression: LicenseRef-Proprietary
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# logforge-unicron

Run the LogForge Unicron appliance with one command:

```sh
pipx run logforge-unicron
```

The launcher wraps `logforge/unicron:latest`, stores local appliance secrets in
your user config directory, creates the Docker volume and network, starts the
container, and prints the local URL plus admin credentials.

Common commands:

```sh
pipx run logforge-unicron status
pipx run logforge-unicron logs
pipx run logforge-unicron mcp
```

Shared options:

```text
--image logforge/unicron:latest
--name logforge-unicron
--http-port 8080
--https-port 8444
--mtls-port 9443
--data-volume logforge-unicron-data
--replace
--no-docker-socket
--wait-timeout 180
```

The `mcp` command explains how to create a token in LogForge under Settings ->
AI Tools and register the local MCP endpoint with Codex CLI or Claude Code. It
does not create MCP tokens or modify AI client configuration.
