Documentation / @agentick/mcp / AppHostChannelEvent
Interface: AppHostChannelEvent
Defined in: client/browser-app-host.ts:43
Minimal channel event shape — matches agentick's ChannelEvent. Intentionally loose so consumers can adapt to their transport.
Properties
channel
channel:
string
Defined in: client/browser-app-host.ts:45
id?
optionalid:string
Defined in: client/browser-app-host.ts:46
metadata?
optionalmetadata:Record<string,unknown>
Defined in: client/browser-app-host.ts:48
payload
payload:
unknown
Defined in: client/browser-app-host.ts:47
type
type:
string
Defined in: client/browser-app-host.ts:44