MCPcopy Create free account
hub / github.com/Kilo-Org/cloud /

Class

packages/event-service/src/client.ts:66–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 throw new WebSocketAuthError();
65 }
66 if (!response.ok) {
67 throw new Error('Failed to mint WebSocket connection ticket');
68 }
69

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected