TTMSMCPClientTransportSTDIO.Args Property
Arguments passed to the server process, one per line.
API unit family: TMS.MCP.Client.Transport.STDIO
Declaring type: TTMSMCPClientTransportSTDIO
Type: TStringList
Syntax
property Args: TStringList;
Remarks
The transport creates this list and releases it, so fill the existing instance rather than assigning a new one. Read before the process is launched, so changes made afterwards only take effect on the next Start.