Skip to content

Commit 766f4e8

Browse files
authored
Merge pull request #87 from ruturaj-browserstack/projectNameFix
Fix : Update project name in YML instructions for clarity
2 parents 36fbc2f + c29089e commit 766f4e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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)

src/tools/sdk-utils/instructions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function generateBrowserStackYMLInstructions(
4747
# BrowserStack Reporting
4848
# ======================
4949
# A single name for your project to organize all your tests. This is required for Percy.
50-
projectName: BrowserStack Sample
50+
projectName: BrowserStack SDK Tests
5151
# A name for the group of tests you are running
5252
buildName: mcp-run
5353

0 commit comments

Comments
 (0)