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

Function cb

test/agent-sdk-runner.test.ts:417–420  ·  view source on GitHub ↗
(_toolName: string, input: Record<string, unknown>)

Source from the content-addressed store, hash-verified

415 calls: [],
416 };
417 const cb = async (_toolName: string, input: Record<string, unknown>) => ({
418 behavior: 'allow' as const,
419 updatedInput: input,
420 });
421 await runAgentSdkTest({
422 ...BASE_OPTS,
423 queryProvider: makeStubProvider(stub),

Callers 2

installStubsBeforeLoadFunction · 0.85
withStubsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected