TTMSMCPClientTransportType Enumeration
Channel a connection uses to reach its server.
API unit family: TMS.MCP.Client.Connection
Members
| Name | Description |
|---|---|
ttSTDIO |
Launches the server as a child process and exchanges messages over its standard input and output streams. Uses Command, Args and EnvironmentVariables. |
ttSSE |
Connects to a remote server over the legacy server-sent-events channel. Uses URL. |
ttHTTP |
Connects to a remote server over streamable HTTP. Uses URL, and falls back to the server-sent-events channel when the server does not support it. |