From 844e916f0cb249125e8650fb6d067e9e85946f58 Mon Sep 17 00:00:00 2001 From: mantrakp04 Date: Mon, 23 Mar 2026 17:36:59 -0700 Subject: [PATCH] Refactor askStackAuth key to ask_stack_auth in API documentation - Updated the key name in the capabilities section of the API documentation to follow a consistent naming convention, improving clarity and maintainability. --- docs/src/app/api/internal/[transport]/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/app/api/internal/[transport]/route.ts b/docs/src/app/api/internal/[transport]/route.ts index 05bea0edb..945369e9a 100644 --- a/docs/src/app/api/internal/[transport]/route.ts +++ b/docs/src/app/api/internal/[transport]/route.ts @@ -78,7 +78,7 @@ const handler = createMcpHandler( { capabilities: { tools: { - askStackAuth: { + ask_stack_auth: { description: "Ask the Stack Auth documentation assistant any question about Stack Auth (setup, APIs, SDKs, configuration, troubleshooting).", parameters: {