From 9a7be182c06a0a18fb4a03588ba2d853d5f7c063 Mon Sep 17 00:00:00 2001 From: ted Date: Sun, 16 Feb 2025 14:17:17 -0500 Subject: [PATCH] Update README.md Removed browser kit reference and replaced with browsertools --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32151a3..57482aa 100644 --- a/README.md +++ b/README.md @@ -27,15 +27,15 @@ allow you to create custom tools for any compatible client. MCP clients like Cla Desktop, Cursor, Cline or Zed can run an MCP server which "teaches" these clients about a new tool that they can use. -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. +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. -All consumers of the BrowserKit MCP Server interface with the same NodeJS API and Chrome extension. +All consumers of the BrowserTools MCP Server interface with the same NodeJS API and Chrome extension. #### Chrome Extension - Monitors XHR requests/responses and console logs - Tracks selected DOM elements -- Sends all logs and current element to the BrowserKit Connector +- Sends all logs and current element to the BrowserTools Connector - Connects to Websocket server to capture/send screenshots - Allows user to configure token/truncation limits + screenshot folder path