This commit is contained in:
Madison 2025-09-23 12:47:14 -05:00
parent 435925a0c0
commit 9941d02bd5

View File

@ -135,7 +135,7 @@ const handler = createMcpHandler(
}
);
server.tool(
"search_docs",
"search_docs",
"Search through all Stack Auth documentation including API docs, guides, and examples. Returns ranked results with snippets and relevance scores.",
{
search_query: z.string().describe("The search query to find relevant documentation"),