Skip to content

Commit 9c105ed

Browse files
update
1 parent 015eca9 commit 9c105ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@browserstack/mcp-server",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "BrowserStack's Official MCP Server",
55
"main": "dist/index.js",
66
"repository": {

src/tools/sdk-utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const nodejsInstructions = `
66
- Add new scripts to package.json for running tests on BrowserStack (use \`npx\` to trigger the sdk):
77
\`\`\`json
88
"scripts": {
9-
"test:browserstack": "npx browserstack-node-sdk framework>"
9+
"test:browserstack": "npx browserstack-node-sdk <framework-specific-test-execution-command>"
1010
}
1111
\`\`\`
1212
- Add to dependencies:

0 commit comments

Comments
 (0)