ProgressState Type — mcp Architecture
Architecture documentation for the ProgressState type/interface in zip-repository.ts from the mcp codebase.
Entity Profile
Dependency Diagram
graph TD 9af1a7c4_9a8a_1306_d601_7367096e7cb5["ProgressState"] b00e0b6e_8e66_44d2_f709_c8c6bbb476c9["zip-repository.ts"] 9af1a7c4_9a8a_1306_d601_7367096e7cb5 -->|defined in| b00e0b6e_8e66_44d2_f709_c8c6bbb476c9 style 9af1a7c4_9a8a_1306_d601_7367096e7cb5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
src/utils/zip-repository.ts lines 578–583
interface ProgressState {
filesProcessed: number;
bytesProcessed: number;
lastReportedCount: number;
lastFile: string;
}
Defined In
Source
Frequently Asked Questions
What is the ProgressState type?
ProgressState is a type/interface in the mcp codebase, defined in src/utils/zip-repository.ts.
Where is ProgressState defined?
ProgressState is defined in src/utils/zip-repository.ts at line 578.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free