Skip to content

Commit 9a7be18

Browse files
authored
Update README.md
Removed browser kit reference and replaced with browsertools
1 parent 4a03c20 commit 9a7be18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ allow you to create custom tools for any compatible client. MCP clients like Cla
2727
Desktop, Cursor, Cline or Zed can run an MCP server which "teaches" these clients
2828
about a new tool that they can use.
2929

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.
3131

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.
3333

3434
#### Chrome Extension
3535

3636
- Monitors XHR requests/responses and console logs
3737
- 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
3939
- Connects to Websocket server to capture/send screenshots
4040
- Allows user to configure token/truncation limits + screenshot folder path
4141

0 commit comments

Comments
 (0)