MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / findAuthTokenForSocketPath

Function findAuthTokenForSocketPath

src/utils/udsClient.ts:124–129  ·  view source on GitHub ↗
(
  socketPath: string,
)

Source from the content-addressed store, hash-verified

122}
123
124async function findAuthTokenForSocketPath(
125 socketPath: string,
126): Promise<string | undefined> {
127 const { readUdsCapabilityToken } = await import('./udsMessaging.js')
128 return readUdsCapabilityToken(socketPath)
129}
130
131// ---------------------------------------------------------------------------
132// Connection helpers

Callers 2

isPeerAliveFunction · 0.85
sendToUdsSocketFunction · 0.85

Calls 1

readUdsCapabilityTokenFunction · 0.85

Tested by

no test coverage detected