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

Function bash

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

Source from the content-addressed store, hash-verified

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', () => {
26 test('picks up section reads via the /sections/<file>.md segment', () => {

Calls

no outgoing calls

Tested by

no test coverage detected