MCPcopy Create free account
hub / github.com/browserbase/stagehand / run

Method run

packages/cli/src/commands/cloud/sessions/debug.ts:22–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 static override flags = { ...apiCommonFlags };
21
22 async run(): Promise<void> {
23 const { args, flags } = await this.parse(SessionsDebug);
24 await withBrowserbaseApi("sessions", async () => {
25 const client = createBrowserbaseClient(toApiOptions(flags));
26 outputJson(await client.sessions.debug(args.id));
27 });
28 }
29}

Callers

nothing calls this directly

Calls 5

withBrowserbaseApiFunction · 0.85
createBrowserbaseClientFunction · 0.85
toApiOptionsFunction · 0.85
outputJsonFunction · 0.85
debugMethod · 0.80

Tested by

no test coverage detected