AdjacencyList Type — mcp Architecture
Architecture documentation for the AdjacencyList type/interface in graph-cache.ts from the mcp codebase.
Entity Profile
Dependency Diagram
graph TD 6a950dbb_b0f5_b5e9_bec2_b1188741815e["AdjacencyList"] 108c9ff4_bdb8_518a_9256_9ff4cd9d39a7["graph-cache.ts"] 6a950dbb_b0f5_b5e9_bec2_b1188741815e -->|defined in| 108c9ff4_bdb8_518a_9256_9ff4cd9d39a7 style 6a950dbb_b0f5_b5e9_bec2_b1188741815e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/cache/graph-cache.ts lines 18–21
interface AdjacencyList {
out: string[];
in: string[];
}
Defined In
Source
Frequently Asked Questions
What is the AdjacencyList type?
AdjacencyList is a type/interface in the mcp codebase, defined in src/cache/graph-cache.ts.
Where is AdjacencyList defined?
AdjacencyList is defined in src/cache/graph-cache.ts at line 18.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free