@browserstack/mcp-server 1.5.0-beta.5 → 1.5.0-beta.6

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.
@@ -891,11 +891,17 @@
891
891
  "name": "framework",
892
892
  "type": "string",
893
893
  "required": true,
894
+ "description": "PLU (protocol) frameworks: k6, jmeter, gatling, locust. BLU (browser) frameworks: playwright, selenium, webdriverio, nightwatch, lcncnightwatch. Must match testType — a PLU framework for testType plu, a BLU framework for testType blu (the backend rejects a mismatched pair).",
894
895
  "values": [
895
896
  "k6",
896
897
  "jmeter",
897
898
  "gatling",
898
- "locust"
899
+ "locust",
900
+ "playwright",
901
+ "selenium",
902
+ "webdriverio",
903
+ "nightwatch",
904
+ "lcncnightwatch"
899
905
  ]
900
906
  },
901
907
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@browserstack/mcp-server",
3
- "version": "1.5.0-beta.5",
3
+ "version": "1.5.0-beta.6",
4
4
  "description": "BrowserStack's Official MCP Server",
5
5
  "mcpName": "io.github.browserstack/mcp-server",
6
6
  "main": "dist/index.js",