Variant
client-notification
Client notifications (sent to server)
variant client-notification {
initialized(common-notification),
roots-list-changed(common-notification),
cancelled(cancelled-notification),
progress(progress-notification),
}Cases
| Case | Payload | Description |
|---|---|---|
| initialized | common-notification | Initialization complete |
| roots-list-changed | common-notification | Roots list changed |
| cancelled | cancelled-notification | Request cancelled |
| progress | progress-notification | Progress update |