PromptListChangedNotification
data class PromptListChangedNotification(val params: BaseNotificationParams? = null) : ServerNotification(source)
An optional notification from the server to the client, informing it that the list of prompts it offers has changed.
Servers may issue this without any previous subscription from the client. Sent only if the server's ServerCapabilities.prompts has listChanged = true.