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

Function isEnabled

src/tools/RemoteTriggerTool/RemoteTriggerTool.ts:57–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 return outputSchema()
56 },
57 isEnabled() {
58 return (
59 getFeatureValue_CACHED_MAY_BE_STALE('tengu_surreal_dali', false) &&
60 isPolicyAllowed('allow_remote_sessions')
61 )
62 },
63 isConcurrencySafe() {
64 return true
65 },

Callers

nothing calls this directly

Calls 2

isPolicyAllowedFunction · 0.85

Tested by

no test coverage detected