@booboo-brain/cli
The one command. booboo dispatches to four subcommands, each lazy-loaded so a
build-only run never pulls the server or the viewer.
booboo build --config booboo.config.yaml
booboo serve --snapshot brain.json --port 8787
booboo mcp --snapshot brain.json
booboo view --snapshot brain.json
booboo view --demo --nodes 100000
build runs @booboo-brain/build; serve and mcp run @booboo-brain/serve;
view serves the prebuilt @booboo-brain/viewer app. Install this one package to
get the booboo command — it brings all of them in.
Part of Booboo — the unified operational brain. MIT.