MCPcopy Create free account
hub / github.com/github/gh-aw / runMCPExecOutput

Function runMCPExecOutput

pkg/cli/mcp_subprocess_guardrail.go:81–83  ·  view source on GitHub ↗
(ctx context.Context, execCmd execCmdFunc, args ...string)

Source from the content-addressed store, hash-verified

79}
80
81func runMCPExecOutput(ctx context.Context, execCmd execCmdFunc, args ...string) ([]byte, error) {
82 return runMCPSubprocessOutput(ctx, execCmd(ctx, args...))
83}
84
85func runMCPExecCombinedOutput(ctx context.Context, execCmd execCmdFunc, args ...string) ([]byte, error) {
86 return runMCPSubprocessCombinedOutput(ctx, execCmd(ctx, args...))

Callers 4

registerCompileToolFunction · 0.85
registerLogsToolFunction · 0.85
registerAuditToolFunction · 0.85
registerAuditDiffToolFunction · 0.85

Calls 1

runMCPSubprocessOutputFunction · 0.85

Tested by

no test coverage detected