You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raise proper error on older node js version or if access key is not set (#47)
* feat: enhance accessibility scan report with issue count and pagination details
* feat: implement setupOnInitialized function for server initialization checks and tracking
* fix: update error message for unsupported Node.js version in setupOnInitialized function
Copy file name to clipboardExpand all lines: src/config.ts
-9Lines changed: 0 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,3 @@
1
-
if(
2
-
!process.env.BROWSERSTACK_ACCESS_KEY||
3
-
!process.env.BROWSERSTACK_USERNAME
4
-
){
5
-
thrownewError(
6
-
"Unable to start MCP server. Please set the BROWSERSTACK_ACCESS_KEY and BROWSERSTACK_USERNAME environment variables. Go to https://www.browserstack.com/accounts/profile/details to access them",
0 commit comments