Skip to content

[Refactor]: Stagehand MCP becoming the Browserbase MCP #26

[Refactor]: Stagehand MCP becoming the Browserbase MCP

[Refactor]: Stagehand MCP becoming the Browserbase MCP #26

Triggered via pull request July 15, 2025 07:57
Status Failure
Total duration 14s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint
Process completed with exit code 2.
lint: src/tools/session.ts#L46
Property 'browserbaseProjectId' does not exist on type 'Config'.
lint: src/tools/screenshot.ts#L42
Property 'browserbaseProjectId' does not exist on type 'Config'.
lint: src/stagehandStore.ts#L71
Property 'browserbaseProjectId' does not exist on type 'Config'.
lint: src/stagehandStore.ts#L18
Property 'browserbaseProjectId' does not exist on type 'Config'.
lint: src/stagehandStore.ts#L17
Property 'browserbaseApiKey' does not exist on type 'Config'.
lint: src/sessionManager.ts#L80
Property 'browserbaseProjectId' does not exist on type 'Config'.
lint: src/sessionManager.ts#L77
Property 'browserbaseApiKey' does not exist on type 'Config'.
lint: src/program.ts#L73
Type '"browserbaseApiKey" | "browserbaseProjectId"' does not satisfy the constraint 'keyof Config'.
lint: src/program.ts#L72
Type 'Required<Pick<Config, "browserbaseApiKey" | "browserbaseProjectId">> & Config' is not assignable to type '{ browserbaseApiKey: string; browserbaseProjectId: string; proxies?: boolean | undefined; advancedStealth?: boolean | undefined; cookies?: { value: string; name: string; domain: string; ... 4 more ...; sameSite?: "Strict" | ... 2 more ... | undefined; }[] | undefined; ... 4 more ...; server?: { ...; } | undefined; }'.