From 59a060a7706ebdc77c2f14844c6d17dd0b3e7b25 Mon Sep 17 00:00:00 2001 From: Aadesh Kheria Date: Sun, 12 Apr 2026 18:00:29 -0700 Subject: [PATCH] merge error --- docs/src/app/api/internal/[transport]/route.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/src/app/api/internal/[transport]/route.ts b/docs/src/app/api/internal/[transport]/route.ts index e361ee94a..4df99e8bf 100644 --- a/docs/src/app/api/internal/[transport]/route.ts +++ b/docs/src/app/api/internal/[transport]/route.ts @@ -94,15 +94,12 @@ const handler = createMcpHandler( { capabilities: { tools: { - ask_stack_auth: { ask_stack_auth: { description: "Ask the Stack Auth documentation assistant any question about Stack Auth (setup, APIs, SDKs, configuration, troubleshooting).", - "Ask the Stack Auth documentation assistant any question about Stack Auth (setup, APIs, SDKs, configuration, troubleshooting).", parameters: { type: "object", properties: { - question: { question: { type: "string", description: "The full question to ask about Stack Auth.", @@ -133,7 +130,6 @@ const handler = createMcpHandler( basePath: "/api/internal", verboseLogs: true, maxDuration: 120, - maxDuration: 120, } );