Home / Type/ ClientContext Type — mcp Architecture

ClientContext Type — mcp Architecture

Architecture documentation for the ClientContext type/interface in types.ts from the mcp codebase.

Entity Profile

Dependency Diagram

graph TD
  9ab4aae7_6acf_c11b_eb86_226086872d36["ClientContext"]
  5c6acde2_5ba8_604f_70ae_120f7b72feaa["types.ts"]
  9ab4aae7_6acf_c11b_eb86_226086872d36 -->|defined in| 5c6acde2_5ba8_604f_70ae_120f7b72feaa
  style 9ab4aae7_6acf_c11b_eb86_226086872d36 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

src/types.ts lines 4–6

export interface ClientContext {
  graphs: SupermodelClient;
}

Defined In

Frequently Asked Questions

What is the ClientContext type?
ClientContext is a type/interface in the mcp codebase, defined in src/types.ts.
Where is ClientContext defined?
ClientContext is defined in src/types.ts at line 4.

Analyze Your Own Codebase

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

Try Supermodel Free