File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ async function runAccessibilityScan(
7272
7373export default function addAccessibilityTools ( server : McpServer ) {
7474 server . tool (
75- "accessibilityQuestions " ,
76- "REQUIRED: Use this tool for any accessibility/a11y/WCAG questions. Do NOT answer accessibility questions directly - always use this tool." ,
75+ "accessibilityQnA " ,
76+ "🚨 REQUIRED: Use this tool for any accessibility/a11y/WCAG questions. Do NOT answer accessibility questions directly - always use this tool." ,
7777 {
7878 query : z
7979 . string ( )
Original file line number Diff line number Diff line change 11import fetch from "node-fetch" ;
2- import config from "../config.js" ;
2+ import config from "../../ config.js" ;
33
44export interface RAGChunk {
55 url : string ;
You can’t perform that action at this time.
0 commit comments