All Entities
Browse all 112 entities in the mcp Architecture Docs architecture documentation — every file, function, class, type, domain, and directory.
Entity Types
GraphCache Class — mcp Architecture
Architecture documentation for the GraphCache class in graph-cache.ts from the mcp codebase.
Server Class — mcp Architecture
Architecture documentation for the Server class in server.ts from the mcp codebase.
src/cache/ — mcp Directory Structure
Directory listing for src/cache/ in the mcp codebase. Contains 3 files and 0 subdirectories.
src/tools/ — mcp Directory Structure
Directory listing for src/tools/ in the mcp codebase. Contains 3 files and 0 subdirectories.
src/utils/ — mcp Directory Structure
Directory listing for src/utils/ in the mcp codebase. Contains 4 files and 0 subdirectories.
src/ — mcp Directory Structure
Directory listing for src/ in the mcp codebase. Contains 6 files and 3 subdirectories.
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.
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.
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.
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.
jest.config.js — mcp Source File
Architecture documentation for jest.config.js, a javascript file in the mcp codebase.
package.json — mcp Source File
Architecture documentation for package.json, a json file in the mcp codebase.
package-lock.json — mcp Source File
Architecture documentation for package-lock.json, a json file in the mcp codebase.
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.
graph-cache.ts — mcp Source File
Architecture documentation for graph-cache.ts, a typescript file in the mcp codebase. 12 imports, 5 dependents.
graph-types.ts — mcp Source File
Architecture documentation for graph-types.ts, a typescript file in the mcp codebase. 0 imports, 2 dependents.
constants.ts — mcp Source File
Architecture documentation for constants.ts, a typescript file in the mcp codebase. 0 imports, 6 dependents.
index.ts — mcp Source File
Architecture documentation for index.ts, a typescript file in the mcp codebase. 3 imports, 0 dependents.
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.
server.test.ts — mcp Source File
Architecture documentation for server.test.ts, a typescript file in the mcp codebase. 3 imports, 0 dependents.
server.ts — mcp Source File
Architecture documentation for server.ts, a typescript file in the mcp codebase. 18 imports, 2 dependents.
overview.ts — mcp Source File
Architecture documentation for overview.ts, a typescript file in the mcp codebase. 13 imports, 1 dependents.
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.
symbol-context.ts — mcp Source File
Architecture documentation for symbol-context.ts, a typescript file in the mcp codebase. 16 imports, 2 dependents.
types.ts — mcp Source File
Architecture documentation for types.ts, a typescript file in the mcp codebase. 2 imports, 5 dependents.
api-helpers.ts — mcp Source File
Architecture documentation for api-helpers.ts, a typescript file in the mcp codebase. 5 imports, 3 dependents.
logger.ts — mcp Source File
Architecture documentation for logger.ts, a typescript file in the mcp codebase. 0 imports, 4 dependents.
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.
zip-repository.ts — mcp Source File
Architecture documentation for zip-repository.ts, a typescript file in the mcp codebase. 8 imports, 3 dependents.
tsconfig.json — mcp Source File
Architecture documentation for tsconfig.json, a json file in the mcp codebase.
classifyApiError() — mcp Function Reference
Architecture documentation for the classifyApiError() function in api-helpers.ts from the mcp codebase.
generateIdempotencyKey() — mcp Function Reference
Architecture documentation for the generateIdempotencyKey() function in api-helpers.ts from the mcp codebase.
createMockIndexedGraph() — mcp Function Reference
Architecture documentation for the createMockIndexedGraph() function in graph-cache.test.ts from the mcp codebase.
buildIndexes() — mcp Function Reference
Architecture documentation for the buildIndexes() function in graph-cache.ts from the mcp codebase.
constructor() — mcp Function Reference
Architecture documentation for the constructor() function in graph-cache.ts from the mcp codebase.
detectRepo() — mcp Function Reference
Architecture documentation for the detectRepo() function in graph-cache.ts from the mcp codebase.
detectRepoName() — mcp Function Reference
Architecture documentation for the detectRepoName() function in graph-cache.ts from the mcp codebase.
evictOldest() — mcp Function Reference
Architecture documentation for the evictOldest() function in graph-cache.ts from the mcp codebase.
evictStale() — mcp Function Reference
Architecture documentation for the evictStale() function in graph-cache.ts from the mcp codebase.
get() — mcp Function Reference
Architecture documentation for the get() function in graph-cache.ts from the mcp codebase.
has() — mcp Function Reference
Architecture documentation for the has() function in graph-cache.ts from the mcp codebase.
loadCacheFromDisk() — mcp Function Reference
Architecture documentation for the loadCacheFromDisk() function in graph-cache.ts from the mcp codebase.
normalizePath() — mcp Function Reference
Architecture documentation for the normalizePath() function in graph-cache.ts from the mcp codebase.
precacheForDirectory() — mcp Function Reference
Architecture documentation for the precacheForDirectory() function in graph-cache.ts from the mcp codebase.
resolveOrFetchGraph() — mcp Function Reference
Architecture documentation for the resolveOrFetchGraph() function in graph-cache.ts from the mcp codebase.
sanitizeFileName() — mcp Function Reference
Architecture documentation for the sanitizeFileName() function in graph-cache.ts from the mcp codebase.
saveCacheToDisk() — mcp Function Reference
Architecture documentation for the saveCacheToDisk() function in graph-cache.ts from the mcp codebase.
set() — mcp Function Reference
Architecture documentation for the set() function in graph-cache.ts from the mcp codebase.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free