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§
- Progress
Tracker - Progress tracker for long-running MCP operations
Type Aliases§
- Progress
Token - Progress token for tracking an operation