We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 015eca9 commit 9c105edCopy full SHA for 9c105ed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@browserstack/mcp-server",
3
- "version": "1.0.2",
+ "version": "1.0.3",
4
"description": "BrowserStack's Official MCP Server",
5
"main": "dist/index.js",
6
"repository": {
src/tools/sdk-utils/constants.ts
@@ -6,7 +6,7 @@ const nodejsInstructions = `
- Add new scripts to package.json for running tests on BrowserStack (use \`npx\` to trigger the sdk):
7
\`\`\`json
8
"scripts": {
9
- "test:browserstack": "npx browserstack-node-sdk framework>"
+ "test:browserstack": "npx browserstack-node-sdk <framework-specific-test-execution-command>"
10
}
11
\`\`\`
12
- Add to dependencies:
0 commit comments