MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getSocketName

Function getSocketName

src/utils/claudeInChrome/common.ts:529–532  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

527}
528
529function getSocketName(): string {
530 // NOTE: This must match the one used in the Claude in Chrome MCP
531 return `claude-mcp-browser-bridge-${getUsername()}`
532}
533
534function getUsername(): string {
535 try {

Callers 2

getSecureSocketPathFunction · 0.85
getAllSocketPathsFunction · 0.85

Calls 1

getUsernameFunction · 0.70

Tested by

no test coverage detected