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

Function description

src/tools/TaskUpdateTool/TaskUpdateTool.ts:92–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 searchHint: 'update a task',
91 maxResultSizeChars: 100_000,
92 async description() {
93 return DESCRIPTION
94 },
95 async prompt() {
96 return PROMPT
97 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected