feat: MCP Browser v3.0 - 42 tools with stealth mode, multi-tab, PDF, cookies, storage, network logs, device emulation
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const browser = require('../browser');
|
||||
|
||||
module.exports = async () => {
|
||||
await browser.start();
|
||||
const storage = await browser.getStorage();
|
||||
return { success: true, action: 'get_storage', ...storage };
|
||||
};
|
||||
Reference in New Issue
Block a user