Home / Type/ ProgressState Type — mcp Architecture

ProgressState Type — mcp Architecture

Architecture documentation for the ProgressState type/interface in zip-repository.ts from the mcp codebase.

Entity Profile

Source Code

src/utils/zip-repository.ts lines 578–583

interface ProgressState {
  filesProcessed: number;
  bytesProcessed: number;
  lastReportedCount: number;
  lastFile: string;
}

Analyze Your Own Codebase

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

Try Supermodel Free