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

Function outputSchema

src/tools/PowerShellTool/PowerShellTool.tsx:323–325  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

321 return inputSchema();
322 },
323 get outputSchema(): OutputSchema {
324 return outputSchema();
325 },
326 userFacingName(): string {
327 return 'PowerShell';
328 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected