Local bridge for tianshu — dial into a tianshu server over WebSocket and expose your machine's tools (browser, files, shell) to the agent via reverse-MCP.
Review flagged AI-agent configuration or capability changes. This remains warn-only unless evidence shows foreign-agent hijack through preinstall/install/postinstall, hidden persistence, exfiltration, remote code execution, or other concrete malicious behavior.
`dist/connection.js` accepts remote `tools/call` requests over a user-supplied WebSocket.
dist/connection.jsView on unpkg`dist/browser.js` drives local Chrome, including existing CDP sessions and optional profile directories.
dist/browser.jsView on unpkg`dist/browser.js` returns page text and screenshot bytes to the connected server.
dist/browser.jsView on unpkg`dist/index.js` optionally runs `npx -y cloakbrowser-mcp@latest` at runtime.
dist/index.jsView on unpkg`dist/mcp-child.js` forwards the current environment to that unpinned child process.
dist/mcp-child.jsView on unpkg`dist/connection.js` accepts remote `tools/call` requests over a user-supplied WebSocket.
dist/connection.jsView on unpkg`dist/browser.js` drives local Chrome, including existing CDP sessions and optional profile directories.
dist/browser.jsView on unpkg`dist/browser.js` returns page text and screenshot bytes to the connected server.
dist/browser.jsView on unpkg`dist/index.js` optionally runs `npx -y cloakbrowser-mcp@latest` at runtime.
dist/index.jsView on unpkg`dist/mcp-child.js` forwards the current environment to that unpinned child process.
dist/mcp-child.jsView on unpkg