Table of Contents

TTMSMCPClientNotificationType Enumeration

Identifies an unsolicited message pushed by the server, so that the connection can route it to the matching handler. A notification carries no identifier and is never answered.

API unit family: TMS.MCP.Client.Connection

Members

Name Description
ntUnknown The method name is not one of the known notifications. Such a notification is ignored.
ntInitialized Handshake completed, protocol method notifications/initialized. Sent by the connection rather than received.
ntToolsListChanged The server tool catalog changed, protocol method notifications/tools/list_changed.
ntResourcesListChanged The server resource catalog changed, protocol method notifications/resources/list_changed.
ntResourcesUpdated The content of a subscribed resource changed, protocol method notifications/resources/updated.
ntPromptsListChanged The server prompt catalog changed, protocol method notifications/prompts/list_changed.
ntRootsListChanged The exposed root folder list changed, protocol method notifications/roots/list_changed. Sent by the connection rather than received.
ntNotificationsMessage A log record emitted by the server, protocol method notifications/message.