MCPcopy Create free account
hub / github.com/Noumena-Network/code / getAdvisorConfig

Function getAdvisorConfig

src/utils/advisor.ts:54–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54function getAdvisorConfig(): AdvisorConfig {
55 return getFeatureValue_CACHED_MAY_BE_STALE<AdvisorConfig>(
56 'ncode_sage_compass',
57 {},
58 )
59}
60
61export function isAdvisorEnabled(): boolean {
62 if (isEnvTruthy(process.env.CLAUDE_CODE_DISABLE_ADVISOR_TOOL)) {

Callers 3

isAdvisorEnabledFunction · 0.85
canUserConfigureAdvisorFunction · 0.85

Tested by

no test coverage detected