Skip to content

McpAppVisibility

Controls whether an MCP App-linked tool is visible to the model, the app iframe, or both.

[Flags]
public enum McpAppVisibility

The tool is visible to the app iframe.

App = 2

McpAppVisibility

The tool is visible to the model.

Model = 1

McpAppVisibility

The tool is visible to both the model and the app iframe.

ModelAndApp = Model | App

McpAppVisibility