Documentation / @agentick/mcp / MCPAppHandle
Interface: MCPAppHandle
Defined in: client/apps.ts:91
Properties
bridge
bridge:
AppBridge
Defined in: client/apps.ts:93
The underlying AppBridge instance.
close()
close: () =>
Promise<void>
Defined in: client/apps.ts:95
Close the app and clean up the bridge.
Returns
Promise<void>