MCPcopy
hub / github.com/garrytan/gstack / carefulInput

Function carefulInput

test/hook-scripts.test.ts:41–43  ·  view source on GitHub ↗
(command: string)

Source from the content-addressed store, hash-verified

39}
40
41function carefulInput(command: string) {
42 return { tool_input: { command } };
43}
44
45function freezeInput(filePath: string) {
46 return { tool_input: { file_path: filePath } };

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected