MCPcopy
hub / github.com/codeaashu/claude-code / isLocalBridge

Function isLocalBridge

src/utils/claudeInChrome/mcpServer.ts:74–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72}
73
74function 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

Callers 1

createChromeContextFunction · 0.85

Calls 1

isEnvTruthyFunction · 0.85

Tested by

no test coverage detected