Skip to content

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?

optional id: string

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


metadata?

optional metadata: 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

Released under the ISC License.