| Classes | |
|---|---|
| CancelledNotification | This notification is sent by the client to indicate that it is cancelling a request it previously issued. On stdio, the server also sends this notification, solely to terminate a |
| ProgressNotification | An out-of-band notification used to inform the receiver of a progress update for a long-running request. |
| PromptListChangedNotification | An optional notification from the server to the client, informing it that the list of prompts
it offers has changed. This is only delivered on a |
| ResourceListChangedNotification | An optional notification from the server to the client, informing it that the list of
resources it can read from has changed. This is only delivered on a |
| ResourceUpdatedNotification | A notification from the server to the client, informing it that a resource has changed and
may need to be read again. This is only sent for resources the client opted in to via the
|
| SubscriptionsAcknowledgedNotification | Sent by the server as the first message on a |
| ToolListChangedNotification | An optional notification from the server to the client, informing it that the list of tools
it offers has changed. This is only delivered on a |
| Interfaces | |
| ClientNotification | Marker for a notification that a client may send to a server. |
| ServerNotification | Marker for a notification that a server may send to a client. |