Skip to content

Commit ceede72

Browse files
Merge pull request #138 from pushkarbw/main
Updated One Click MCP Setup Instructions (added Node.js requirement)
2 parents c0057c7 + 3788168 commit ceede72

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,15 @@ Stay in flow—keep all project context in one place and trigger actions directl
3838
## ⚡️ One Click MCP Setup
3939

4040
[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install_Server-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](http://mcp.browserstack.com/one-click-setup?client=vscode)   [![Install in Cursor](https://img.shields.io/badge/Cursor-Install_Server-24bfa5?style=flat-square&color=000000&logo=visualstudiocode&logoColor=white)](http://mcp.browserstack.com/one-click-setup?client=cursor)
41-
41+
#### Note : Ensure you are using Node version >= `18.0`
42+
- Check your node version using `node --version`. Recommended version: `v22.15.0` (LTS)
43+
- To Upgrade Node :
44+
- 1. On macOS `(Homebrew) - brew update && brew upgrade node or if using (nvm) - nvm install 22.15.0 && nvm use 22.15.0 && nvm alias default 22.15.0`
45+
- 2. On Windows `(nvm-windows) : nvm install 22.15.0 && nvm use 22.15.0`
46+
- 👉 <a href="https://nodejs.org/en/download" target="_blank">Or directly download the Node.js LTS Installer</a>
47+
48+
.
49+
4250
## 💡 Usage Examples
4351

4452
### 📱 Manual App Testing
@@ -142,6 +150,10 @@ Generate test cases from PRDs, convert manual tests to low-code automation, and
142150
143151
## 🛠️ Installation
144152
153+
### 📋 Prerequisites for MCP Setup
154+
#### Note : Ensure you are using Node version >= `18.0`
155+
- Check your node version using `node --version`. Recommended version: `v22.15.0` (LTS)
156+
145157
### **One Click MCP Setup**
146158
147159
[![Install in VS Code](https://img.shields.io/badge/VS_Code-Install_Server-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](http://mcp.browserstack.com/one-click-setup?client=vscode) &nbsp; [![Install in Cursor](https://img.shields.io/badge/Cursor-Install_Server-24bfa5?style=flat-square&color=000000&logo=visualstudiocode&logoColor=white)](http://mcp.browserstack.com/one-click-setup?client=cursor)
@@ -158,7 +170,9 @@ Generate test cases from PRDs, convert manual tests to low-code automation, and
158170
159171
- Once you have an account (and purchased appropriate plan), note down your `username` and `access_key` from [Account Settings](https://www.browserstack.com/accounts/profile/details).
160172
161-
2. Ensure you are using Node version >= `18.0`. Check your node version using `node --version`. Recommended version: `v22.15.0` (LTS)
173+
2. #### Note : Ensure you are using Node version >= `18.0`
174+
- Check your node version using `node --version`. Recommended version: `v22.15.0` (LTS)
175+
162176
163177
3. **Install the MCP Server**
164178

0 commit comments

Comments
 (0)