()
| 72 | } |
| 73 | |
| 74 | function isLocalBridge(): boolean { |
| 75 | return ( |
| 76 | isEnvTruthy(process.env.USE_LOCAL_OAUTH) || |
| 77 | isEnvTruthy(process.env.LOCAL_BRIDGE) |
| 78 | ) |
| 79 | } |
| 80 | |
| 81 | /** |
| 82 | * Build the ClaudeForChromeContext used by both the subprocess MCP server |
no test coverage detected