MCPcopy
hub / github.com/openakita/openakita / BridgeMessage

Interface BridgeMessage

packages/plugin-ui-sdk/src/index.ts:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 */
7
8export interface BridgeMessage {
9 __akita_bridge: true;
10 version: number;
11 type: string;
12 requestId?: string;
13 payload?: Record<string, unknown>;
14}
15
16export interface BridgeContext {
17 theme: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected