symgraph 2026.4.13

Semantic code intelligence library and MCP server - build knowledge graphs of codebases
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Handler modules for MCP tools

pub mod context;
pub mod diff_impact;
pub mod file;
pub mod graph;
pub mod hierarchy;
pub mod implementations;
pub mod path;
pub mod reindex;
pub mod search;
pub mod status;
pub mod symbol;
pub mod unused;