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

Function isBridgeEnabledBlocking

src/bridge/bridgeEnabled.ts:50–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 * `isBridgeEnabled()` instead.
49 */
50export async function isBridgeEnabledBlocking(): Promise<boolean> {
51 return feature('BRIDGE_MODE')
52 ? isClaudeAISubscriber() &&
53 (await checkGate_CACHED_OR_BLOCKING('tengu_ccr_bridge'))
54 : false
55}
56
57/**
58 * Diagnostic message for why Remote Control is unavailable, or null if

Callers 1

initReplBridgeFunction · 0.85

Calls 3

featureFunction · 0.85
isClaudeAISubscriberFunction · 0.70

Tested by

no test coverage detected