Table of Contents

TTMSMCPServer.ProtocolVersion Property

Protocol version this server offers to clients, for example 2025-06-18. It is the version reported when a client asks for one the server cannot serve, and the fallback for transports that have no sessions.

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

Syntax

property ProtocolVersion: string;

Remarks

Defaults to the newest supported version. Assigning a version the library does not know raises an exception; per-session negotiation may still settle on an older version than the one set here.

Exceptions

Exception Description
Exception Raised when the assigned version is not a recognized protocol version.