MCPcopy Create free account
hub / github.com/RioArisk/claudecode_api_RemoteControl / sendAuthOk

Function sendAuthOk

lib/ws-server.js:99–104  ·  view source on GitHub ↗
(ws)

Source from the content-addressed store, hash-verified

97}
98
99function sendAuthOk(ws) {
100 sendWs(ws, {
101 type: 'auth_ok',
102 authRequired: !state.AUTH_DISABLED,
103 }, 'auth_ok');
104}
105
106function setupWebSocketServer(server) {
107 const wss = new WebSocketServer({ server });

Callers 1

setupWebSocketServerFunction · 0.85

Calls 1

sendWsFunction · 0.85

Tested by

no test coverage detected