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 490fcc9 commit a03bdacCopy full SHA for a03bdac
src/tools/accessibility.ts
@@ -70,9 +70,7 @@ export default function addAccessibilityTools(server: McpServer) {
70
"Start an accessibility scan via BrowserStack and retrieve a local CSV report path.",
71
{
72
name: z.string().describe("Name of the accessibility scan"),
73
- pageURL: z
74
- .string()
75
- .describe("The URL to scan for accessibility issues"),
+ pageURL: z.string().describe("The URL to scan for accessibility issues"),
76
},
77
async (args, context) => {
78
try {
0 commit comments