@browserstack/mcp-server 1.5.0-beta.17 → 1.5.0-beta.18

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@browserstack/mcp-server",
3
- "version": "1.5.0-beta.17",
3
+ "version": "1.5.0-beta.18",
4
4
  "description": "BrowserStack's Official MCP Server",
5
5
  "mcpName": "io.github.browserstack/mcp-server",
6
6
  "main": "dist/index.js",
@@ -16,6 +16,7 @@
16
16
  "test": "vitest run",
17
17
  "lint": "eslint . --ext .ts",
18
18
  "format": "prettier --write \"src/**/*.ts\"",
19
+ "check:contract": "python3 scripts/check-contract.py capability/tm.capability-index.json --baseline scripts/contract-baseline/tm.json --quiet && python3 scripts/check-contract.py capability/loadtesting.capability-index.json --baseline scripts/contract-baseline/loadtesting.json --quiet",
19
20
  "eval:index": "tsx scripts/eval-index.mts",
20
21
  "seed:live": "tsx scripts/seed-live.mts",
21
22
  "plan:tests": "tsx scripts/plan-capability-tests.mts",