MCPcopy Index your code
hub / github.com/github/copilot-sdk / MCPAppsDisplayMode

Class MCPAppsDisplayMode

python/copilot/generated/rpc.py:2770–2779  ·  view source on GitHub ↗

Allowed values for the `McpAppsHostContextDetailsAvailableDisplayMode` enumeration. Current display mode (SEP-1865) Allowed values for the `McpAppsSetHostContextDetailsAvailableDisplayMode` enumeration.

Source from the content-addressed store, hash-verified

2768
2769# Experimental: this type is part of an experimental API and may change or be removed.
2770class 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.
2782class MCPAppsHostContextDetailsPlatform(Enum):

Callers 1

from_dictMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…