MCPcopy
hub / github.com/Fission-AI/OpenSpec / FakeTool

Interface FakeTool

test/helpers/fake-tool.ts:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 */
13
14export interface FakeTool {
15 binDir: string;
16 logPath: string;
17}
18
19export function createFakeTool(
20 tempDir: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected