Skip to content

Commit 982c4c9

Browse files
authored
Enhance One Click MCP Setup section in README
1 parent 3e45dbc commit 982c4c9

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,18 @@ Manage, execute, debug tests, and even fix code using plain English prompts.
3535
#### Reduced context switching:
3636
Stay in flow—keep all project context in one place and trigger actions directly from your IDE or LLM.
3737

38-
## ⚡️ One Click MCP Setup
38+
## ⚡️ One Click MCP Setup
39+
40+
Click on the buttons below to install MCP in your respective IDE:
41+
42+
<a href="http://mcp.browserstack.com/one-click-setup?client=vscode">
43+
<img src="assets/one-click-vs-code.png" alt="Install in VS Code" width="160" height="80">
44+
</a>
45+
&nbsp;
46+
<a href="http://mcp.browserstack.com/one-click-setup?client=vscode">
47+
<img src="assets/one-click-cursor.png" alt="Install in VS Code" width="150" height="70">
48+
</a>
3949

40-
[![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)
4150
#### Note : Ensure you are using Node version >= `18.0`
4251
- Check your node version using `node --version`. Recommended version: `v22.15.0` (LTS)
4352
- To Upgrade Node :

0 commit comments

Comments
 (0)