Home / File/ graph-types.ts — mcp Source File

graph-types.ts — mcp Source File

Architecture documentation for graph-types.ts, a typescript file in the mcp codebase. 0 imports, 2 dependents.

File typescript GraphCache 2 dependents

Entity Profile

Dependency Diagram

graph LR
  3c41e44b_ebb5_f793_8014_42ade5f9b440["graph-types.ts"]
  108c9ff4_bdb8_518a_9256_9ff4cd9d39a7["graph-cache.ts"]
  108c9ff4_bdb8_518a_9256_9ff4cd9d39a7 --> 3c41e44b_ebb5_f793_8014_42ade5f9b440
  ca77ccf4_30df_6b5c_22dc_f7ba42fd0765["symbol-context.ts"]
  ca77ccf4_30df_6b5c_22dc_f7ba42fd0765 --> 3c41e44b_ebb5_f793_8014_42ade5f9b440
  style 3c41e44b_ebb5_f793_8014_42ade5f9b440 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

/**
 * Re-export graph types from the SDK.
 * No local copies -- single source of truth.
 */

export type {
  CodeGraphNode,
  CodeGraphRelationship,
  SupermodelIR,
} from '@supermodeltools/sdk';

Domain

Frequently Asked Questions

What does graph-types.ts do?
graph-types.ts is a source file in the mcp codebase, written in typescript. It belongs to the GraphCache domain.
What files import graph-types.ts?
graph-types.ts is imported by 2 file(s): graph-cache.ts, symbol-context.ts.
Where is graph-types.ts in the architecture?
graph-types.ts is located at src/cache/graph-types.ts (domain: GraphCache, directory: src/cache).

Analyze Your Own Codebase

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

Try Supermodel Free