merge error

This commit is contained in:
Aadesh Kheria 2026-04-12 18:00:29 -07:00
parent f794bd629a
commit 59a060a770

View File

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