Initialization request sent from Guest UI to Host.
This is the first message sent by the Guest UI after loading. The host responds
with McpUiInitializeResult containing host capabilities and context.
After receiving the response, the Guest UI MUST send
McpUiInitializedNotification.
This replaces the custom iframe-ready pattern used in pre-SEP MCP-UI.
Initialization request sent from Guest UI to Host.
This is the first message sent by the Guest UI after loading. The host responds with McpUiInitializeResult containing host capabilities and context. After receiving the response, the Guest UI MUST send McpUiInitializedNotification.
This replaces the custom iframe-ready pattern used in pre-SEP MCP-UI.
See
app.App.connect for the method that sends this request