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

Function description

src/tools/FileEditTool/FileEditTool.ts:91–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89 maxResultSizeChars: 100_000,
90 strict: true,
91 async description() {
92 return 'A tool for editing files'
93 },
94 async prompt() {
95 return getEditToolDescription()
96 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected