MCPcopy Create free account
hub / github.com/garrytan/gstack / read

Function read

test/transcript-section-logger.test.ts:22–22  ·  view source on GitHub ↗
(fp: string)

Source from the content-addressed store, hash-verified

20} from './helpers/transcript-section-logger';
21
22const read = (fp: string): ToolCallLike => ({ tool: 'Read', input: { file_path: fp }, output: '' });
23const bash = (command: string): ToolCallLike => ({ tool: 'Bash', input: { command }, output: '' });
24
25describe('extractSectionReads', () => {

Calls

no outgoing calls

Tested by

no test coverage detected