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

Function inputSchema

src/tools/ConfigTool/ConfigTool.ts:77–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 return generatePrompt()
76 },
77 get inputSchema(): InputSchema {
78 return inputSchema()
79 },
80 get outputSchema(): OutputSchema {
81 return outputSchema()
82 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected