Skip to content

Documentation / @agentick/mcp / MountedApp

Interface: MountedApp

Defined in: client/browser-app-host.ts:92

Handle to a mounted app instance.

Properties

appSessionId

readonly appSessionId: string

Defined in: client/browser-app-host.ts:93


iframe

readonly iframe: HTMLIFrameElement

Defined in: client/browser-app-host.ts:94

Methods

close()

close(): Promise<void>

Defined in: client/browser-app-host.ts:96

Tear down the iframe and notify the server.

Returns

Promise<void>

Released under the ISC License.