@browserstack/mcp-server 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  ## 📖 Overview
18
18
  Enable every developer and tester in your team, whether they are testing manually, starting their automation journey, or scaling test automation.
19
- BrowserStack MCP Server allows you to use our cutting-edge [Test Platform](https://www.browserstack.com/test-platform) directly from your favorite AI tools.
19
+ BrowserStack MCP Server allows you to use our cutting-edge [Test Platform](https://www.browserstack.com/test-platform) directly from your favourite AI tools.
20
20
 
21
21
  ### Why BrowserStack ?
22
22
 
@@ -99,7 +99,10 @@ Use the following prompts to run/debug/fix your **automated tests** on BrowserSt
99
99
  }
100
100
  }
101
101
  ```
102
- - Cursor: `.cursor/mcp.json`:
102
+ * In VSCode, make sure to click on `Start` button in the MCP Server to start the server.
103
+ ![Start MCP Server](assets/vscode_install.png)
104
+
105
+ - For Cursor: `.cursor/mcp.json`:
103
106
  ```json
104
107
  {
105
108
  "mcpServers": {
@@ -10,7 +10,7 @@ const nodejsInstructions = `
10
10
  - Add new scripts to package.json for running tests on BrowserStack (use \`npx\` to trigger the sdk):
11
11
  \`\`\`json
12
12
  "scripts": {
13
- "test:browserstack": "npx browserstack-node-sdk <test-framework>"
13
+ "test:browserstack": "npx browserstack-node-sdk <framework-specific-test-execution-command>"
14
14
  }
15
15
  \`\`\`
16
16
  - Add to dependencies:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@browserstack/mcp-server",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "BrowserStack's Official MCP Server",
5
5
  "main": "dist/index.js",
6
6
  "repository": {