Skip to content

Commit fc1535c

Browse files
update
1 parent 9c105ed commit fc1535c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.3",
3+
"version": "1.0.4",
44
"description": "BrowserStack's Official MCP Server",
55
"main": "dist/index.js",
66
"repository": {

src/tools/sdk-utils/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const nodejsInstructions = `
1313
\`\`\`json
1414
"browserstack-node-sdk": "latest"
1515
\`\`\`
16+
- Inform user to export BROWSERSTACK_USERNAME and BROWSERSTACK_ACCESS_KEY as environment variables.
1617
`;
1718

1819
const pythonInstructions = `

0 commit comments

Comments
 (0)