📡 Serve
In a Nutshell
Run an ACORN bot service with
acorn serve bot <PROJECT_ID>.
Start a bot for a GitLab project:
acorn serve bot 12345
acorn serve bot 12345 --event-source webhook \
--public-url https://bot.example.org --register-webhook
Bot event delivery can use polling, authenticated webhooks, or a hybrid of both. Use acorn serve bot --help to review bind, port, timestamp, polling, and webhook options before exposing the service.
The CLI currently lists acorn serve mcp, but the server path returns an explicit “not yet implemented” error. The bot server is the supported service path today.
Next stop: Diagnose the service host with Doctor.