McpAppDisplayModes
Standard MCP Apps display mode values.
- Kind:
Class - Namespace: Repl.Mcp
- Assembly:
Repl.Mcp - Source: src/Repl.Mcp/McpAppDisplayModes.cs
Signature
Section titled “Signature”public static class McpAppDisplayModesInheritance
Section titled “Inheritance”Fields
Section titled “Fields”Fullscreen
Section titled “Fullscreen”Render the app in a fullscreen presentation surface, when supported by the host.
public const string Fullscreen = "fullscreen"Returns
Section titled “Returns”Inline
Section titled “Inline”Render the app inline in the conversation surface.
public const string Inline = "inline"Returns
Section titled “Returns”PictureInPicture
Section titled “PictureInPicture”Render the app in picture-in-picture mode, when supported by the host.
public const string PictureInPicture = "pip"