//! Handler modules for MCP tools
pub mod blame;
pub mod churn;
pub mod context;
pub mod diff_impact;
pub mod dispatch_sites;
pub mod file;
pub mod god_struct;
pub mod graph;
pub mod hierarchy;
pub mod implementations;
pub mod module_graph;
pub mod path;
pub mod reindex;
pub mod search;
pub mod status;
pub mod symbol;
pub mod unused;