sequenceDiagram
participant Sender
participant Receiver
Note over Sender,Receiver: Request with progress token
Sender->>Receiver: Method request with progressToken
Note over Sender,Receiver: Progress updates
Receiver-->>Sender: Progress notification (0.2/1.0)
Receiver-->>Sender: Progress notification (0.6/1.0)
Receiver-->>Sender: Progress notification (1.0/1.0)
Note over Sender,Receiver: Operation complete
Receiver->>Sender: Method response
Last active
July 11, 2025 19:58
-
-
Save mikekistler/e4293c0680db233c9579e99a992b9d37 to your computer and use it in GitHub Desktop.
progress
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment