MCPServerConfig.scope Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the OAuth scope for this server. V2 servers supply their own scope (e.g. "api://<audience>/Tools.ListInvoke.All"). Null for V1 servers that share the ATG token.
public string? scope { get; set; }
member this.scope : string with get, set
Public Property scope As String