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

Function description

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

Source from the content-addressed store, hash-verified

50 searchHint: 'create a task in the task list',
51 maxResultSizeChars: 100_000,
52 async description() {
53 return DESCRIPTION
54 },
55 async prompt() {
56 return getPrompt()
57 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected