TTMSMCPServerBuilder.EnableToolNotifications Method
Turns tool list-changed notifications on or off.
API unit family: TMS.MCP.Server
Declaring type: TTMSMCPServerBuilder
Syntax
class function EnableToolNotifications(AEnable: Boolean = True): TTMSMCPServerBuilderClass;
Parameters
| Name | Description |
|---|---|
AEnable |
True to broadcast a notification whenever the tool collection changes. Defaults to True. |
Returns
Builder class to chain the next step on.