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

Function inputSchema

src/tools/RemoteTriggerTool/RemoteTriggerTool.ts:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 maxResultSizeChars: 100_000,
50 shouldDefer: true,
51 get inputSchema(): InputSchema {
52 return inputSchema()
53 },
54 get outputSchema(): OutputSchema {
55 return outputSchema()
56 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected