Table of Contents

TTMSMCPServerBuilder.EnablePromptNotifications Method

Turns prompt list-changed notifications on or off.

API unit family: TMS.MCP.Server Declaring type: TTMSMCPServerBuilder

Syntax

class function EnablePromptNotifications(AEnable: Boolean = True): TTMSMCPServerBuilderClass;

Parameters

Name Description
AEnable True to broadcast a notification whenever the prompt collection changes. Defaults to True.

Returns

Builder class to chain the next step on.