Table of Contents

TTMSMCPServer.EnableCompletions Property

When True, the completion capability is advertised during initialization, so clients may ask for argument suggestions through completion/complete. Pair it with OnCompletion, without which the server answers every request with an empty candidate list.

API unit family: TMS.MCP.Server Declaring type: TTMSMCPServer Inherited from: TTMSMCPCustomServer Type: Boolean

Syntax

property EnableCompletions: Boolean;

Default: False

Remarks

Default is False.