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

Function description

src/tools/FileWriteTool/FileWriteTool.ts:99–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 maxResultSizeChars: 100_000,
98 strict: true,
99 async description() {
100 return 'Write a file to the local filesystem.'
101 },
102 userFacingName,
103 getToolUseSummary,
104 getActivityDescription(input) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected