Skip to content

Commit c29089e

Browse files
Update tool description for clarity on BrowserStack SDK usage
1 parent e82d52f commit c29089e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/bstack-sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ function formatFinalInstructions(combinedInstructions: string): CallToolResult {
153153
export default function addSDKTools(server: McpServer) {
154154
server.tool(
155155
"runTestsOnBrowserStack",
156-
"Use this tool to get instructions for running tests on BrowserStack and browserstack percy",
156+
"Use this tool to get instructions for running tests on BrowserStack and BrowserStack Percy. It sets up the BrowserStack SDK and runs your test cases on BrowserStack.",
157157
{
158158
detectedBrowserAutomationFramework: z
159159
.nativeEnum(SDKSupportedBrowserAutomationFrameworkEnum)

0 commit comments

Comments
 (0)