status() — mcp Function Reference
Architecture documentation for the status() function in graph-cache.ts from the mcp codebase.
Entity Profile
Dependency Diagram
graph TD 2d443d0a_cb15_34ec_5e27_69055ed75a85["status()"] 04799611_7360_96bd_a002_0c06de0b1d90["GraphCache"] 2d443d0a_cb15_34ec_5e27_69055ed75a85 -->|defined in| 04799611_7360_96bd_a002_0c06de0b1d90 style 2d443d0a_cb15_34ec_5e27_69055ed75a85 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/cache/graph-cache.ts lines 358–364
status(): { graphs: number; nodes: number; keys: string[] } {
return {
graphs: this.cache.size,
nodes: this.currentNodes,
keys: Array.from(this.cache.keys()),
};
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does status() do?
status() is a function in the mcp codebase, defined in src/cache/graph-cache.ts.
Where is status() defined?
status() is defined in src/cache/graph-cache.ts at line 358.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free