()
| 472 | * Get the socket directory path (Unix only) |
| 473 | */ |
| 474 | export function getSocketDir(): string { |
| 475 | return `/tmp/claude-mcp-browser-bridge-${getUsername()}` |
| 476 | } |
| 477 | |
| 478 | /** |
| 479 | * Get the socket path (Unix) or pipe name (Windows) |
no test coverage detected