feat: MCP Browser - servidor MCP para automação de navegador com Playwright
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
const browser = require('../browser');
|
||||
|
||||
module.exports = async () => {
|
||||
await browser.close();
|
||||
|
||||
return {
|
||||
success: true,
|
||||
action: "close_browser",
|
||||
message: "Navegador fechado com sucesso"
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user