McpAppVisibility
Controls whether an MCP App-linked tool is visible to the model, the app iframe, or both.
- Kind:
Enum - Namespace: Repl.Mcp
- Assembly:
Repl.Mcp - Source: src/Repl.Mcp/McpAppVisibility.cs
Signature
Section titled “Signature”[Flags]public enum McpAppVisibilityFields
Section titled “Fields”The tool is visible to the app iframe.
App = 2Returns
Section titled “Returns”The tool is visible to the model.
Model = 1Returns
Section titled “Returns”ModelAndApp
Section titled “ModelAndApp”The tool is visible to both the model and the app iframe.
ModelAndApp = Model | App