Hector Ros 5672127593
All checks were successful
Build and Push Backend / build (push) Successful in 5s
Implement Backend API, MCP Server, and Gitea integration
- Add REST API routes for projects, tasks, and agents (CRUD operations)
- Implement MCP Server with 4 core tools:
  - get_next_task: Assign tasks to agents
  - update_task_status: Update task states
  - create_branch: Create Git branches via Gitea API
  - create_pull_request: Create PRs via Gitea API
- Add Gitea API client for repository operations
- Fix database migration error handling for existing tables
- Connect all routes to Bun.serve() main server

Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
2026-01-20 00:43:46 +01:00
2026-01-20 00:14:13 +01:00

AiWorker Backend

Backend service built with Bun 1.3.6

Features

  • Bun.serve() native API
  • MariaDB with Drizzle ORM
  • Auto-migrations on startup
  • WebSocket support
  • MCP Server for agents

CI/CD

Builds automatically on push via Gitea Actions

Description
AiWorker Backend - Bun + MCP Server
Readme 164 KiB
Languages
TypeScript 99.3%
Dockerfile 0.7%