MCPcopy
hub / github.com/codeaashu/claude-code / PowerShellTool.tsx

File PowerShellTool.tsx

src/tools/PowerShellTool/PowerShellTool.tsx:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { feature } from 'bun:bundle';
2import type { ToolResultBlockParam } from '@anthropic-ai/sdk/resources/index.mjs';
3import { copyFile, stat as fsStat, truncate as fsTruncate, link } from 'fs/promises';
4import * as React from 'react';

Callers

nothing calls this directly

Calls 6

isEnvTruthyFunction · 0.85
lazySchemaFunction · 0.85
semanticNumberFunction · 0.85
semanticBooleanFunction · 0.85
buildToolFunction · 0.85
getMaxTimeoutMsFunction · 0.70

Tested by

no test coverage detected