open-kioku-cli 2.2.1

Open Kioku command-line interface and MCP server binary.
Documentation
1
2
3
4
#[tokio::main]
async fn main() -> anyhow::Result<()> {
    open_kioku_cli::run_cli().await
}