Table of Contents

TTMSMCPStreamableHTTPTransport.ResourceScopesSupported Property

Scopes the endpoint understands, as published in the metadata document. Empty by default.

API unit family: TMS.MCP.Transport.StreamableHTTP Declaring type: TTMSMCPStreamableHTTPTransport Type: TStrings

Syntax

property ResourceScopesSupported: TStrings;

Remarks

Also used as the scope hint in the challenge returned with a 401, so it tells a client what to ask for. It does not by itself require anything - see TTMSMCPStreamableHTTPTransport.RequiredScopes for that. Left empty, the entry is omitted from the document rather than published empty. Fill the list in place.