Skip to main content

run

Function run 

Source
pub fn run<I, T>(args: I) -> Result<()>
where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,
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.