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

Function outputSchema

src/tools/WebFetchTool/WebFetchTool.ts:92–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 return inputSchema()
91 },
92 get outputSchema(): OutputSchema {
93 return outputSchema()
94 },
95 isConcurrencySafe() {
96 return true
97 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected