MCPcopy
hub / github.com/Linen-dev/linen.dev / BroadcastMessage

Interface BroadcastMessage

packages/auth-client/src/client/utils.ts:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface BroadcastMessage {
2 event?: 'session';
3 data?: { trigger?: 'signout' | 'getSession' };
4 clientId: string;
5 timestamp: number;
6}
7
8export interface CtxOrReq {
9 req?: any;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected