Files
mcpctl/.gitea
Michal c06ec476b2
Some checks failed
CI/CD / lint (push) Successful in 49s
CI/CD / test (push) Successful in 1m0s
CI/CD / typecheck (push) Successful in 2m11s
CI/CD / smoke (push) Failing after 1m0s
CI/CD / build (push) Successful in 3m8s
CI/CD / publish-rpm (push) Successful in 36s
ci: create CI user directly in DB (bypasses bootstrap 409)
The auth/bootstrap endpoint fails with 409 because mcpd's startup
creates a system user (system@mcpctl.local), making the "no users
exist" check fail. Instead, create the CI user, session token, and
RBAC definition directly in postgres via Prisma.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 17:24:23 +00:00
..