We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60eb5f5 commit fa304feCopy full SHA for fa304fe
src/tools/selfheal.ts
@@ -29,7 +29,7 @@ export async function fetchSelfHealSelectorTool(args: {
29
// Registers the fetchSelfHealSelector tool with the MCP server
30
export default function addSelfHealTools(server: McpServer) {
31
server.tool(
32
- "fetchSelfHealSelector",
+ "fetchSelfHealedSelectors",
33
"Retrieves AI-generated, self-healed selectors for a BrowserStack Automate session to resolve flaky tests caused by dynamic DOM changes.",
34
{
35
sessionId: z.string().describe("The session ID of the test run"),
0 commit comments