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,8 @@
|
||||
const browser = require('../browser');
|
||||
|
||||
module.exports = async ({ device }) => {
|
||||
if (!device) throw new Error('Device é obrigatório');
|
||||
await browser.start();
|
||||
const result = await browser.emulateDevice(device);
|
||||
return { success: true, action: 'emulate_device', ...result };
|
||||
};
|
||||
Reference in New Issue
Block a user