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

Function outputSchema

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

Source from the content-addressed store, hash-verified

52 return inputSchema()
53 },
54 get outputSchema(): OutputSchema {
55 return outputSchema()
56 },
57 isEnabled() {
58 return (
59 getFeatureValue_CACHED_MAY_BE_STALE('tengu_surreal_dali', false) &&

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected