Module progress

Module progress 

Source
Expand description

MCP progress tracking for long-running operations.

Provides progress notifications with unique tokens, tracking operation state, and automatic cleanup of stale tokens. Tokens are formatted as: "{op_type}-{unix_timestamp}-{counter}"

Structs§

ProgressTracker
Progress tracker for long-running MCP operations

Type Aliases§

ProgressToken
Progress token for tracking an operation