You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (buildsResponse.statusText === "Unauthorized") {
throw new Error(
`Failed to fetch builds: ${buildsResponse.statusText}. Please check if the BrowserStack credentials are correctly configured when installing the MCP server.`,
);
}
throw new Error(`Failed to fetch builds: ${buildsResponse.statusText}`);