docs: add BrowserOS MCP browser backend RFC#345
Open
mason5052 wants to merge 2 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds a docs-only RFC proposing an optional BrowserOS MCP-backed browser backend for PentAGI, focusing on session isolation, safety controls, and auditability while keeping the existing scraper backend as the default.
Changes:
- Introduces an RFC describing how BrowserOS MCP would integrate via the generic MCP client layer.
- Defines proposed backend selection modes (scraper / browseros_mcp / hybrid) and flow-scoped session isolation expectations.
- Provides an illustrative configuration sketch plus failure modes, security requirements, and incremental milestones.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
56b9d8c to
6146bc6
Compare
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add
examples/proposals/browseros_mcp_browser_backend.md, a docs-only RFC for a future optional BrowserOS MCP browser backend for PentAGI agents. The RFC keeps the existing scraper backend as the default and frames BrowserOS MCP as disabled-by-default design work for maintainer review before any runtime implementation.Problem
Issue #342 asks for BrowserOS MCP support because the current
backend/pkg/tools/browser.gobrowser tool is scraper-style: it fetches markdown, HTML, links, and screenshots through configured scraper URLs, but it does not provide a stateful browser session for click/type/navigation/login-page interaction. That feature is large enough to need design agreement first, especially because BrowserOS MCP can expose browser state, cookies, history, bookmarks, and app integrations if it is not scoped carefully.Solution
Add a focused RFC under
examples/proposals/that:mcp_client_integration.mddirection instead of defining a separate MCP stack..env.examplechanges, generated files, and new env vars.host.docker.internal.User Impact
Test Plan
git diff --checkclean.git diff --name-only upstream/main...HEADshows onlyexamples/proposals/browseros_mcp_browser_backend.md.git status --shortclean after commit.main..env.examplechanges.Refs #342