codebase-graph 1.1.6

Native codebaseGraph CLI and MCP server for local code knowledge graphs.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod build;
mod constants;
mod dispatch;
mod format;
mod graph;
mod install;
mod mcp;
mod reinstall;
mod setup;
mod uninstall;
mod util;
mod watch;

pub use dispatch::{error_exit_code, run, run_from_env, run_process_args};

#[cfg(test)]
mod tests;