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

Function description

src/tools/PowerShellTool/PowerShellTool.tsx:277–281  ·  view source on GitHub ↗
({
    description
  }: Partial<PowerShellToolInput>)

Source from the content-addressed store, hash-verified

275 maxResultSizeChars: 30_000,
276 strict: true,
277 async description({
278 description
279 }: Partial<PowerShellToolInput>): Promise<string> {
280 return description || 'Run PowerShell command';
281 },
282 async prompt(): Promise<string> {
283 return getPrompt();
284 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected