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

Function description

src/tools/TaskGetTool/TaskGetTool.ts:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 searchHint: 'retrieve a task by ID',
41 maxResultSizeChars: 100_000,
42 async description() {
43 return DESCRIPTION
44 },
45 async prompt() {
46 return PROMPT
47 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected