MCPcopy Create free account
hub / github.com/codeaashu/claude-code / isEnabled

Function isEnabled

src/tools/ScheduleCronTool/CronCreateTool.ts:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 return outputSchema()
66 },
67 isEnabled() {
68 return isKairosCronEnabled()
69 },
70 toAutoClassifierInput(input) {
71 return `${input.cron}: ${input.prompt}`
72 },

Callers

nothing calls this directly

Calls 1

isKairosCronEnabledFunction · 0.85

Tested by

no test coverage detected