File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ async function runAccessibilityScan(
7272
7373export default function addAccessibilityTools ( server : McpServer ) {
7474 server . tool (
75- "accessibilityQnA " ,
75+ "accessibilityExpert " ,
7676 "🚨 REQUIRED: Use this tool for any accessibility/a11y/WCAG questions. Do NOT answer accessibility questions directly - always use this tool." ,
7777 {
7878 query : z
@@ -83,11 +83,11 @@ export default function addAccessibilityTools(server: McpServer) {
8383 } ,
8484 async ( args ) => {
8585 try {
86- trackMCP ( "accessibilityQuestions " , server . server . getClientVersion ( ) ! ) ;
86+ trackMCP ( "accessibilityExpert " , server . server . getClientVersion ( ) ! ) ;
8787 return await queryAccessibilityRAG ( args . query ) ;
8888 } catch ( error ) {
8989 trackMCP (
90- "accessibilityQuestions " ,
90+ "accessibilityExpert " ,
9191 server . server . getClientVersion ( ) ! ,
9292 error ,
9393 ) ;
You can’t perform that action at this time.
0 commit comments