Skip to content

McpAppDisplayModes

Standard MCP Apps display mode values.

public static class McpAppDisplayModes

Render the app in a fullscreen presentation surface, when supported by the host.

public const string Fullscreen = "fullscreen"

string

Render the app inline in the conversation surface.

public const string Inline = "inline"

string

Render the app in picture-in-picture mode, when supported by the host.

public const string PictureInPicture = "pip"

string