Table of Contents

Enum McpAppVisibility

Namespace
Repl.Mcp
Assembly
Repl.Mcp.dll

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

[Flags]
public enum McpAppVisibility

Fields

App = 2

The tool is visible to the app iframe.

Model = 1

The tool is visible to the model.

ModelAndApp = Model | App

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