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

Function inputSchema

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

Source from the content-addressed store, hash-verified

101 return summary ? `Editing ${summary}` : 'Editing file'
102 },
103 get inputSchema() {
104 return inputSchema()
105 },
106 get outputSchema() {
107 return outputSchema()
108 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected