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

Function inputSchema

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

Source from the content-addressed store, hash-verified

359 )
360 },
361 get inputSchema(): InputSchema {
362 return inputSchema()
363 },
364 get outputSchema(): OutputSchema {
365 return outputSchema()
366 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected