Skip to content

Commit 09bc6dc

Browse files
committed
additional fixex
1 parent 864959d commit 09bc6dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/tools/accessibility.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ async function runAccessibilityScan(
7272

7373
export 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()

src/tools/accessibility-rag.ts renamed to src/tools/accessiblity-utils/accessibility-rag.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import fetch from "node-fetch";
2-
import config from "../config.js";
2+
import config from "../../config.js";
33

44
export interface RAGChunk {
55
url: string;

0 commit comments

Comments
 (0)