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

Function userFacingName

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

Source from the content-addressed store, hash-verified

324 return outputSchema();
325 },
326 userFacingName(): string {
327 return 'PowerShell';
328 },
329 getToolUseSummary(input: Partial<PowerShellToolInput> | undefined): string | null {
330 if (!input?.command) {
331 return null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected