mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
merge error
This commit is contained in:
parent
f794bd629a
commit
59a060a770
@ -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,
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user