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

Function inputSchema

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

Source from the content-addressed store, hash-verified

318 return input.command;
319 },
320 get inputSchema(): InputSchema {
321 return inputSchema();
322 },
323 get outputSchema(): OutputSchema {
324 return outputSchema();
325 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected