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

Function isEnabled

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

Source from the content-addressed store, hash-verified

347 return `Running ${desc}`;
348 },
349 isEnabled(): boolean {
350 return true;
351 },
352 async validateInput(input: PowerShellToolInput): Promise<ValidationResult> {
353 // Defense-in-depth: also guarded in call() for direct callers.
354 if (isWindowsSandboxPolicyViolation()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected