Home / Function/ status() — mcp Function Reference

status() — mcp Function Reference

Architecture documentation for the status() function in graph-cache.ts from the mcp codebase.

Entity Profile

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

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free