Add CloakBrowser MCP submission - #10
Open
swimmwatch wants to merge 1 commit into
Open
Conversation
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.
Tool Submission
Tool Information
Description
CloakBrowser MCP is a Playwright MCP-compatible browser automation bridge that runs upstream
@playwright/mcpwith the CloakBrowser Chromium executable. It forwards upstream Playwright MCP browser tools unchanged and adds two local introspection tools for bridge and browser diagnostics.MCP Functions Exposed
Forwarded upstream Playwright MCP browser tools:
browser_click- click a page elementbrowser_close- close the browser sessionbrowser_console_messages- read browser console messagesbrowser_drag- drag between page elementsbrowser_drop- drop a dragged itembrowser_evaluate- evaluate JavaScript in the page contextbrowser_file_upload- upload a local file to a page inputbrowser_fill_form- fill page form fieldsbrowser_handle_dialog- handle browser dialogsbrowser_hover- hover over a page elementbrowser_navigate- navigate the browser to a URLbrowser_navigate_back- navigate back in browser historybrowser_network_request- inspect a browser network requestbrowser_network_requests- list browser network requestsbrowser_press_key- press a keyboard keybrowser_resize- resize the browser viewportbrowser_run_code_unsafe- run Playwright code through the forwarded browser toolbrowser_select_option- select a page optionbrowser_snapshot- capture the page accessibility snapshotbrowser_tabs- list and manage browser tabsbrowser_take_screenshot- capture a page screenshotbrowser_type- type text into a page elementbrowser_wait_for- wait for page stateLocal CloakBrowser MCP introspection tools:
cloakbrowser_binary_info- return CloakBrowser package, cache, platform, and resolved browser binary informationcloakbrowser_bridge_info- return runtime metadata for the bridge over upstream Playwright MCPPermissions Justification
["read:~/", "write:~/.cache/cloakbrowser", "write:.playwright-mcp", "write:/tmp/cloakbrowser-artifacts"]truePLAYWRIGHT_MCP_*andCLOAK_PLAYWRIGHT_MCP_*configuration variablestrue@playwright/mcpand launches the CloakBrowser Chromium child process.allow_exec = trueChecklist
toolbox.tomlis insubmissions/cloakbrowser-mcp/cloakbrowser-mcpfrom the npm packagenpx -y cloakbrowser-mcp@latest doctorand project integration testsLocal Validation
Result: manifest structure passed. The local review pipeline fell back to pattern scanning because the
toolboxCLI was not installed locally; it reported two expected non-blocking findings for unrestricted network access and child process execution, both justified above for browser automation and bridge process startup.