You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,15 +27,15 @@ allow you to create custom tools for any compatible client. MCP clients like Cla
27
27
Desktop, Cursor, Cline or Zed can run an MCP server which "teaches" these clients
28
28
about a new tool that they can use.
29
29
30
-
These tools can call out to external APIs but in our case, **all logs are stored locally** on your machine and NEVER sent out to any third-party service or API. BrowserKit MCP runs a local instance of a NodeJS API server which communicates with the BrowserKit Chrome Extension.
30
+
These tools can call out to external APIs but in our case, **all logs are stored locally** on your machine and NEVER sent out to any third-party service or API. BrowserTools MCP runs a local instance of a NodeJS API server which communicates with the BrowserTools Chrome Extension.
31
31
32
-
All consumers of the BrowserKit MCP Server interface with the same NodeJS API and Chrome extension.
32
+
All consumers of the BrowserTools MCP Server interface with the same NodeJS API and Chrome extension.
33
33
34
34
#### Chrome Extension
35
35
36
36
- Monitors XHR requests/responses and console logs
37
37
- Tracks selected DOM elements
38
-
- Sends all logs and current element to the BrowserKit Connector
38
+
- Sends all logs and current element to the BrowserTools Connector
39
39
- Connects to Websocket server to capture/send screenshots
40
40
- Allows user to configure token/truncation limits + screenshot folder path
0 commit comments