Allowed values for the `McpAppsHostContextDetailsAvailableDisplayMode` enumeration. Current display mode (SEP-1865) Allowed values for the `McpAppsSetHostContextDetailsAvailableDisplayMode` enumeration.
| 2768 | |
| 2769 | # Experimental: this type is part of an experimental API and may change or be removed. |
| 2770 | class MCPAppsDisplayMode(Enum): |
| 2771 | """Allowed values for the `McpAppsHostContextDetailsAvailableDisplayMode` enumeration. |
| 2772 | |
| 2773 | Current display mode (SEP-1865) |
| 2774 | |
| 2775 | Allowed values for the `McpAppsSetHostContextDetailsAvailableDisplayMode` enumeration. |
| 2776 | """ |
| 2777 | FULLSCREEN = "fullscreen" |
| 2778 | INLINE = "inline" |
| 2779 | PIP = "pip" |
| 2780 | |
| 2781 | # Experimental: this type is part of an experimental API and may change or be removed. |
| 2782 | class MCPAppsHostContextDetailsPlatform(Enum): |
no outgoing calls
no test coverage detected
searching dependent graphs…