codebase-graph 1.2.2

Native codebaseGraph CLI and MCP server for local code knowledge graphs.
1
2
3
4
5
6
7
mod options;

pub(crate) use options::HealthOptions;
pub(crate) use options::{
    ArchitectureQueryOptions, GraphContextOptions, GraphQueryOptions, GraphSearchOptions,
    MetadataOutputOptions,
};