File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ async function runAccessibilityScan(
37
37
content : [
38
38
{
39
39
type : "text" ,
40
- text : `Failed to start accessibility scan: ${ error instanceof Error ? error . message : "Unknown error" } ` ,
40
+ text : `Failed to start accessibility scan: ${ error instanceof Error ? error . message : "Unknown error" } . Please open an issue on GitHub if the problem persists ` ,
41
41
isError : true ,
42
42
} ,
43
43
] ,
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ export default function addAppLiveTools(server: McpServer) {
102
102
content : [
103
103
{
104
104
type : "text" ,
105
- text : `Failed to start an app live session. Error: ${ error } ` ,
105
+ text : `Failed to start an app live session. Error: ${ error } . Please open an issue on GitHub if the problem persists ` ,
106
106
isError : true ,
107
107
} ,
108
108
] ,
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ export default function addSDKTools(server: McpServer) {
91
91
content : [
92
92
{
93
93
type : "text" ,
94
- text : `Failed to bootstrap project with BrowserStack SDK. Error: ${ error } ` ,
94
+ text : `Failed to bootstrap project with BrowserStack SDK. Error: ${ error } . Please open an issue on GitHub if the problem persists ` ,
95
95
isError : true ,
96
96
} ,
97
97
] ,
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ export default function addBrowserLiveTools(server: McpServer) {
112
112
content : [
113
113
{
114
114
type : "text" ,
115
- text : `Failed to start a browser live session. Error: ${ error } ` ,
115
+ text : `Failed to start a browser live session. Error: ${ error } . Please open an issue on GitHub if the problem persists ` ,
116
116
isError : true ,
117
117
} ,
118
118
] ,
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ export default function addObservabilityTools(server: McpServer) {
63
63
content : [
64
64
{
65
65
type : "text" ,
66
- text : `Failed to get failures in the last run. Error: ${ error } ` ,
66
+ text : `Failed to get failures in the last run. Error: ${ error } . Please open an issue on GitHub if this is an issue with BrowserStack ` ,
67
67
isError : true ,
68
68
} ,
69
69
] ,
You can’t perform that action at this time.
0 commit comments