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 9c105ed commit fc1535cCopy full SHA for fc1535c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@browserstack/mcp-server",
3
- "version": "1.0.3",
+ "version": "1.0.4",
4
"description": "BrowserStack's Official MCP Server",
5
"main": "dist/index.js",
6
"repository": {
src/tools/sdk-utils/constants.ts
@@ -13,6 +13,7 @@ const nodejsInstructions = `
13
\`\`\`json
14
"browserstack-node-sdk": "latest"
15
\`\`\`
16
+- Inform user to export BROWSERSTACK_USERNAME and BROWSERSTACK_ACCESS_KEY as environment variables.
17
`;
18
19
const pythonInstructions = `
0 commit comments