MCPcopy Create free account
hub / github.com/freecodexyz/free-code / toAutoClassifierInput

Function toAutoClassifierInput

src/tools/FileWriteTool/FileWriteTool.ts:119–121  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

117 return outputSchema()
118 },
119 toAutoClassifierInput(input) {
120 return `${input.file_path}: ${input.content}`
121 },
122 getPath(input): string {
123 return input.file_path
124 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected