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

Function description

src/tools/TaskListTool/TaskListTool.ts:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 searchHint: 'list all tasks',
36 maxResultSizeChars: 100_000,
37 async description() {
38 return DESCRIPTION
39 },
40 async prompt() {
41 return getPrompt()
42 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected