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

Function description

src/tools/TaskOutputTool/TaskOutputTool.tsx:157–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

155 return inputSchema();
156 },
157 async description() {
158 return '[Deprecated] — prefer Read on the task output file path';
159 },
160 isConcurrencySafe(_input) {
161 return this.isReadOnly?.(_input) ?? false;
162 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected