//! ObjectiveAI MCP CLI library.
//!//! Other crates can `use objectiveai_mcp_cli::{ConfigBuilder, run}` and
//! spawn the server in-process; the binary at `main.rs` is a thin wrapper
//! that reads `Config` from the environment and calls [`run`].
modobjectiveai;modrun;pubuserun::*;