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

Function prompt

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

Source from the content-addressed store, hash-verified

74 return buildCronCreateDescription(isDurableCronEnabled())
75 },
76 async prompt() {
77 return buildCronCreatePrompt(isDurableCronEnabled())
78 },
79 getPath() {
80 return getCronFilePath()
81 },

Callers

nothing calls this directly

Calls 2

buildCronCreatePromptFunction · 0.85
isDurableCronEnabledFunction · 0.85

Tested by

no test coverage detected