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 ({ path = null, format = 'A4', landscape = false }) => {
|
||||
await browser.start();
|
||||
const file = await browser.pdf({ path, format, landscape });
|
||||
return { success: true, action: 'pdf', file };
|
||||
};
|
||||
Reference in New Issue
Block a user