pub fn run<I, T>(args: I) -> Result<()>Expand description
Run the KGLite MCP server with Codingest’s workspace builder installed.
args includes the program name, matching std::env::args_os() and clap’s
normal process-level contract. Both the standalone binary and the Python
wheel call this entry point so their behavior cannot drift.