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

Function inputSchema

src/tools/SkillTool/SkillTool.ts:335–337  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

333 searchHint: 'invoke a slash-command skill',
334 maxResultSizeChars: 100_000,
335 get inputSchema(): InputSchema {
336 return inputSchema()
337 },
338 get outputSchema(): OutputSchema {
339 return outputSchema()
340 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected