Menu
AkurAI-Build
publicLatest change 1a4c18b55f4044c22bdbd9803ef7f42e54f3cf70 - feat: akurai_release MCP tool — one release path for every product by Ólafur Búi Ólafsson
pub mod auth; pub mod config; pub mod db; mod fsguard; mod git_process; pub mod hosted_git; pub mod mcp; pub mod release; pub mod runner; pub mod server; pub mod tree; pub const DEFAULT_ADDRESS: &str = "0.0.0.0:3210";