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

Function inputSchema

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

Source from the content-addressed store, hash-verified

87 return summary ? `Fetching ${summary}` : 'Fetching web page'
88 },
89 get inputSchema(): InputSchema {
90 return inputSchema()
91 },
92 get outputSchema(): OutputSchema {
93 return outputSchema()
94 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected