codebase-graph 1.2.1

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 dispatch;
pub(crate) mod format;
pub(crate) mod graph;
mod install;
pub(crate) mod materialization;
mod materialization_input;
mod mcp_command;
pub(crate) mod reinstall;
pub(crate) mod setup;
pub(crate) mod uninstall;
mod util;
mod watch;

pub use dispatch::{error_exit_code, run};

#[cfg(test)]
mod tests;