AdjacencyList Type — mcp Architecture
Architecture documentation for the AdjacencyList type/interface in graph-cache.ts from the mcp codebase.
Entity Profile
Source Code
src/cache/graph-cache.ts lines 18–21
interface AdjacencyList {
out: string[];
in: string[];
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free