TTMSMCPServer.EnableCompletions Property
When
True, the completion capability is advertised during initialization, so clients may ask for argument suggestions throughcompletion/complete. Pair it withOnCompletion, 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.