()
| 527 | } |
| 528 | |
| 529 | function 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 | |
| 534 | function getUsername(): string { |
| 535 | try { |
no test coverage detected