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(
72
72
73
73
export default function addAccessibilityTools ( server : McpServer ) {
74
74
server . tool (
75
- "accessibilityQnA " ,
75
+ "accessibilityExpert " ,
76
76
"🚨 REQUIRED: Use this tool for any accessibility/a11y/WCAG questions. Do NOT answer accessibility questions directly - always use this tool." ,
77
77
{
78
78
query : z
@@ -83,11 +83,11 @@ export default function addAccessibilityTools(server: McpServer) {
83
83
} ,
84
84
async ( args ) => {
85
85
try {
86
- trackMCP ( "accessibilityQuestions " , server . server . getClientVersion ( ) ! ) ;
86
+ trackMCP ( "accessibilityExpert " , server . server . getClientVersion ( ) ! ) ;
87
87
return await queryAccessibilityRAG ( args . query ) ;
88
88
} catch ( error ) {
89
89
trackMCP (
90
- "accessibilityQuestions " ,
90
+ "accessibilityExpert " ,
91
91
server . server . getClientVersion ( ) ! ,
92
92
error ,
93
93
) ;
You can’t perform that action at this time.
0 commit comments