1pub mod args; 2pub mod commands; 3pub mod hook; 4pub mod mcp_install; 5 6pub fn run() -> anyhow::Result<()> { 7 commands::run() 8}