Skip to content

Commit fa304fe

Browse files
Update src/tools/selfheal.ts
Co-authored-by: Pulkit Sharma <[email protected]>
1 parent 60eb5f5 commit fa304fe

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
@@ -29,7 +29,7 @@ export async function fetchSelfHealSelectorTool(args: {
2929
// Registers the fetchSelfHealSelector tool with the MCP server
3030
export default function addSelfHealTools(server: McpServer) {
3131
server.tool(
32-
"fetchSelfHealSelector",
32+
"fetchSelfHealedSelectors",
3333
"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"),

0 commit comments

Comments
 (0)