Skip to content

Commit 60eb5f5

Browse files
committed
Change tool description
1 parent 1067b84 commit 60eb5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/selfheal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export async function fetchSelfHealSelectorTool(args: {
3030
export default function addSelfHealTools(server: McpServer) {
3131
server.tool(
3232
"fetchSelfHealSelector",
33-
"Fetch self-healing selector suggestions for a broken selector",
33+
"Retrieves AI-generated, self-healed selectors for a BrowserStack Automate session to resolve flaky tests caused by dynamic DOM changes.",
3434
{
3535
sessionId: z.string().describe("The session ID of the test run"),
3636
},

0 commit comments

Comments
 (0)