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, } );