MCPcopy
hub / github.com/HKUDS/DeepCode / BridgeMessage

Interface BridgeMessage

nanobot/bridge/src/server.ts:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14interface BridgeMessage {
15 type: 'message' | 'status' | 'qr' | 'error';
16 [key: string]: unknown;
17}
18
19export class BridgeServer {
20 private wss: WebSocketServer | null = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected