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

Function isChannelsEnabled

src/services/mcp/channelAllowlist.ts:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 * Default false; GrowthBook 5-min refresh.
50 */
51export function isChannelsEnabled(): boolean {
52 return getFeatureValue_CACHED_MAY_BE_STALE('tengu_harbor', false)
53}
54
55/**
56 * Pure allowlist check keyed off the connection's pluginSource — for UI

Callers 4

showSetupScreensFunction · 0.85
_tempFunction · 0.85
buildMcpServerStatusesFunction · 0.85
gateChannelServerFunction · 0.85

Tested by

no test coverage detected