Skip to content

Commit 8e1388b

Browse files
committed
don't return url on navigate
1 parent a184cca commit 8e1388b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/tools/navigate.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ async function handleNavigate(
3636
throw new Error("No Browserbase session ID available");
3737
}
3838

39-
// Get the debug URL using Browserbase SDK
40-
const bb = new Browserbase({
41-
apiKey: context.config.browserbaseApiKey,
42-
});
43-
const debugUrl = (await bb.sessions.debug(sessionId))
44-
.debuggerFullscreenUrl;
45-
4639
return {
4740
content: [
4841
{

0 commit comments

Comments
 (0)