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

Function outputSchema

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

Source from the content-addressed store, hash-verified

336 return inputSchema()
337 },
338 get outputSchema(): OutputSchema {
339 return outputSchema()
340 },
341
342 description: async ({ skill }) => `Execute skill: ${skill}`,
343

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected