[PR #3892] docs: add Browserless integration page (python/js) #3906

Open
opened 2026-06-05 18:53:32 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3892
Author: @andyMrtnzP
Created: 5/6/2026
Status: 🔄 Open

Base: mainHead: docs/integrations-tools-browserless


📝 Commits (4)

  • 9e5ba6e docs: add Browserless integration page (python/js)
  • acaf53b Merge branch 'main' into docs/integrations-tools-browserless
  • 6354d81 Merge branch 'main' into docs/integrations-tools-browserless
  • ae474ca Merge branch 'main' into docs/integrations-tools-browserless

📊 Changes

4 files changed (+344 additions, -0 deletions)

View changed files

src/oss/javascript/integrations/tools/browserless.mdx (+163 -0)
📝 src/oss/javascript/integrations/tools/index.mdx (+7 -0)
src/oss/python/integrations/tools/browserless.mdx (+172 -0)
📝 src/oss/python/integrations/tools/index.mdx (+2 -0)

📄 Description

Overview

Adds an integration page for Browserless (hosted browser-automation MCP server) under oss/integrations/tools/. Both Python and JS use the generic langchain-mcp-adapters package; no partner package needed.

Browserless is publicly hosted at mcp.browserless.io and exposes 10 tools (8 stateless + a multi-turn browser agent). State is pinned by Mcp-Session-Id so multi-turn ReAct loops preserve browser state.

Type of change

Type: New documentation page

Checklist

  • I have read the contributing guidelines, including the language policy
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

Additional notes


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3892 **Author:** [@andyMrtnzP](https://github.com/andyMrtnzP) **Created:** 5/6/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `docs/integrations-tools-browserless` --- ### 📝 Commits (4) - [`9e5ba6e`](https://github.com/langchain-ai/docs/commit/9e5ba6eb4573a6200f9f1af8f3fdc59d70ac6ff5) docs: add Browserless integration page (python/js) - [`acaf53b`](https://github.com/langchain-ai/docs/commit/acaf53b4d79bc419a4a3e0b9e67864af03d0d2f7) Merge branch 'main' into docs/integrations-tools-browserless - [`6354d81`](https://github.com/langchain-ai/docs/commit/6354d81614b4d10a3163a1aeb51bb2e8cec896fe) Merge branch 'main' into docs/integrations-tools-browserless - [`ae474ca`](https://github.com/langchain-ai/docs/commit/ae474ca427cb2b98be7926b1f0d7f7b02b88aab1) Merge branch 'main' into docs/integrations-tools-browserless ### 📊 Changes **4 files changed** (+344 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/javascript/integrations/tools/browserless.mdx` (+163 -0) 📝 `src/oss/javascript/integrations/tools/index.mdx` (+7 -0) ➕ `src/oss/python/integrations/tools/browserless.mdx` (+172 -0) 📝 `src/oss/python/integrations/tools/index.mdx` (+2 -0) </details> ### 📄 Description ## Overview Adds an integration page for Browserless (hosted browser-automation MCP server) under `oss/integrations/tools/`. Both Python and JS use the generic `langchain-mcp-adapters` package; no partner package needed. Browserless is publicly hosted at `mcp.browserless.io` and exposes 10 tools (8 stateless + a multi-turn browser agent). State is pinned by `Mcp-Session-Id` so multi-turn ReAct loops preserve browser state. ## Type of change **Type:** New documentation page ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:53:32 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3906