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

Function toAutoClassifierInput

src/tools/PowerShellTool/PowerShellTool.tsx:317–319  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

315 return isReadOnlyCommand(input.command);
316 },
317 toAutoClassifierInput(input) {
318 return input.command;
319 },
320 get inputSchema(): InputSchema {
321 return inputSchema();
322 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected