MCPcopy Index your code
hub / github.com/codeaashu/claude-code / prompt

Function prompt

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

Source from the content-addressed store, hash-verified

53 return DESCRIPTION
54 },
55 async prompt() {
56 return getPrompt()
57 },
58 get inputSchema(): InputSchema {
59 return inputSchema()
60 },

Callers

nothing calls this directly

Calls 1

getPromptFunction · 0.70

Tested by

no test coverage detected