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 Spec: https://spec.modelcontextprotocol.io/specification/2025-06-18/schema#initializednotification |
| roots-list-changed | common-notification | Roots list changed Spec: https://spec.modelcontextprotocol.io/specification/2025-06-18/schema#rootslistchangednotification |
| cancelled | cancelled-notification | Request cancelled Spec: https://spec.modelcontextprotocol.io/specification/2025-06-18/schema#cancellednotification |
| progress | progress-notification |