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

Function description

src/tools/FileReadTool/FileReadTool.ts:344–346  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

342 maxResultSizeChars: Infinity,
343 strict: true,
344 async description() {
345 return DESCRIPTION
346 },
347 async prompt() {
348 const limits = getDefaultFileReadingLimits()
349 const maxSizeInstruction = limits.includeMaxSizeInPrompt

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected