Add warning about security risks of 2 MCP servers (#1765)

This commit is contained in:
David Dworken
2025-05-15 09:49:25 -07:00
committed by GitHub
parent 635d70c331
commit c0821f1ed8
2 changed files with 6 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
A Model Context Protocol server that provides browser automation capabilities using Puppeteer. This server enables LLMs to interact with web pages, take screenshots, and execute JavaScript in a real browser environment.
> [!CAUTION]
> This server can access local files and local/internal IP addresses since it runs a browser on your machine. Exercise caution when using this MCP server to ensure this does not expose any sensitive data.
## Components
### Tools