Enum McpAppVisibility
Controls whether an MCP App-linked tool is visible to the model, the app iframe, or both.
[Flags]
public enum McpAppVisibility
Fields
App = 2The tool is visible to the app iframe.
Model = 1The tool is visible to the model.
ModelAndApp = Model | AppThe tool is visible to both the model and the app iframe.