Home / All Entities

All Entities

Browse all 112 entities in the mcp Architecture Docs architecture documentation — every file, function, class, type, domain, and directory.

112 entities · Page 1 of 3

Entity Types

GraphCache Class — mcp Architecture
Architecture documentation for the GraphCache class in graph-cache.ts from the mcp codebase.
Class typescript
Server Class — mcp Architecture
Architecture documentation for the Server class in server.ts from the mcp codebase.
Class typescript
src/cache/ — mcp Directory Structure
Directory listing for src/cache/ in the mcp codebase. Contains 3 files and 0 subdirectories.
Directory
src/tools/ — mcp Directory Structure
Directory listing for src/tools/ in the mcp codebase. Contains 3 files and 0 subdirectories.
Directory
src/utils/ — mcp Directory Structure
Directory listing for src/utils/ in the mcp codebase. Contains 4 files and 0 subdirectories.
Directory
src/ — mcp Directory Structure
Directory listing for src/ in the mcp codebase. Contains 6 files and 3 subdirectories.
Directory
AnalysisTools Domain — mcp Architecture
Stateless tool handlers that query the graph cache to provide specific insights to the AI. Architectural overview of the AnalysisTools domain in the mcp codebase. Contains 3 source files.
Domain
GraphCache Domain — mcp Architecture
A high-performance LRU and disk-persisted caching system for indexed code representations. Architectural overview of the GraphCache domain in the mcp codebase. Contains 3 source files.
Domain
McpServer Domain — mcp Architecture
The entry point and orchestration layer of the application that implements the Model Context Protocol. Architectural overview of the McpServer domain in the mcp codebase. Contains 5 source files.
Domain
UtilityLibrary Domain — mcp Architecture
Low-level helpers for file system operations, API lifecycle, and logging. Architectural overview of the UtilityLibrary domain in the mcp codebase. Contains 4 source files.
Domain
jest.config.js — mcp Source File
Architecture documentation for jest.config.js, a javascript file in the mcp codebase.
File javascript
package.json — mcp Source File
Architecture documentation for package.json, a json file in the mcp codebase.
File json
package-lock.json — mcp Source File
Architecture documentation for package-lock.json, a json file in the mcp codebase.
File json
graph-cache.test.ts — mcp Source File
Architecture documentation for graph-cache.test.ts, a typescript file in the mcp codebase. 5 imports, 0 dependents.
File typescript
graph-cache.ts — mcp Source File
Architecture documentation for graph-cache.ts, a typescript file in the mcp codebase. 12 imports, 5 dependents.
File typescript
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
constants.ts — mcp Source File
Architecture documentation for constants.ts, a typescript file in the mcp codebase. 0 imports, 6 dependents.
File typescript
index.ts — mcp Source File
Architecture documentation for index.ts, a typescript file in the mcp codebase. 3 imports, 0 dependents.
File typescript
server.integration.test.ts — mcp Source File
Architecture documentation for server.integration.test.ts, a typescript file in the mcp codebase. 5 imports, 0 dependents.
File typescript
server.test.ts — mcp Source File
Architecture documentation for server.test.ts, a typescript file in the mcp codebase. 3 imports, 0 dependents.
File typescript
server.ts — mcp Source File
Architecture documentation for server.ts, a typescript file in the mcp codebase. 18 imports, 2 dependents.
File typescript
overview.ts — mcp Source File
Architecture documentation for overview.ts, a typescript file in the mcp codebase. 13 imports, 1 dependents.
File typescript
symbol-context.test.ts — mcp Source File
Architecture documentation for symbol-context.test.ts, a typescript file in the mcp codebase. 11 imports, 0 dependents.
File typescript
symbol-context.ts — mcp Source File
Architecture documentation for symbol-context.ts, a typescript file in the mcp codebase. 16 imports, 2 dependents.
File typescript
types.ts — mcp Source File
Architecture documentation for types.ts, a typescript file in the mcp codebase. 2 imports, 5 dependents.
File typescript
api-helpers.ts — mcp Source File
Architecture documentation for api-helpers.ts, a typescript file in the mcp codebase. 5 imports, 3 dependents.
File typescript
logger.ts — mcp Source File
Architecture documentation for logger.ts, a typescript file in the mcp codebase. 0 imports, 4 dependents.
File typescript
zip-repository.test.ts — mcp Source File
Architecture documentation for zip-repository.test.ts, a typescript file in the mcp codebase. 9 imports, 0 dependents.
File typescript
zip-repository.ts — mcp Source File
Architecture documentation for zip-repository.ts, a typescript file in the mcp codebase. 8 imports, 3 dependents.
File typescript
tsconfig.json — mcp Source File
Architecture documentation for tsconfig.json, a json file in the mcp codebase.
File json
classifyApiError() — mcp Function Reference
Architecture documentation for the classifyApiError() function in api-helpers.ts from the mcp codebase.
Function typescript
generateIdempotencyKey() — mcp Function Reference
Architecture documentation for the generateIdempotencyKey() function in api-helpers.ts from the mcp codebase.
Function typescript
createMockIndexedGraph() — mcp Function Reference
Architecture documentation for the createMockIndexedGraph() function in graph-cache.test.ts from the mcp codebase.
Function typescript
buildIndexes() — mcp Function Reference
Architecture documentation for the buildIndexes() function in graph-cache.ts from the mcp codebase.
Function typescript
constructor() — mcp Function Reference
Architecture documentation for the constructor() function in graph-cache.ts from the mcp codebase.
Function typescript
detectRepo() — mcp Function Reference
Architecture documentation for the detectRepo() function in graph-cache.ts from the mcp codebase.
Function typescript
detectRepoName() — mcp Function Reference
Architecture documentation for the detectRepoName() function in graph-cache.ts from the mcp codebase.
Function typescript
evictOldest() — mcp Function Reference
Architecture documentation for the evictOldest() function in graph-cache.ts from the mcp codebase.
Function typescript
evictStale() — mcp Function Reference
Architecture documentation for the evictStale() function in graph-cache.ts from the mcp codebase.
Function typescript
get() — mcp Function Reference
Architecture documentation for the get() function in graph-cache.ts from the mcp codebase.
Function typescript
has() — mcp Function Reference
Architecture documentation for the has() function in graph-cache.ts from the mcp codebase.
Function typescript
loadCacheFromDisk() — mcp Function Reference
Architecture documentation for the loadCacheFromDisk() function in graph-cache.ts from the mcp codebase.
Function typescript
normalizePath() — mcp Function Reference
Architecture documentation for the normalizePath() function in graph-cache.ts from the mcp codebase.
Function typescript
precacheForDirectory() — mcp Function Reference
Architecture documentation for the precacheForDirectory() function in graph-cache.ts from the mcp codebase.
Function typescript
resolveOrFetchGraph() — mcp Function Reference
Architecture documentation for the resolveOrFetchGraph() function in graph-cache.ts from the mcp codebase.
Function typescript
sanitizeFileName() — mcp Function Reference
Architecture documentation for the sanitizeFileName() function in graph-cache.ts from the mcp codebase.
Function typescript
saveCacheToDisk() — mcp Function Reference
Architecture documentation for the saveCacheToDisk() function in graph-cache.ts from the mcp codebase.
Function typescript
set() — mcp Function Reference
Architecture documentation for the set() function in graph-cache.ts from the mcp codebase.
Function typescript

Analyze Your Own Codebase

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

Try Supermodel Free