From c9085634aa7adc7a10aec2f8634ba508be479191 Mon Sep 17 00:00:00 2001 From: Allen Zhou <46854522+allenzhou101@users.noreply.github.com> Date: Fri, 10 Oct 2025 09:56:49 -0700 Subject: [PATCH] use stable mcp auth function --- examples/auth/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/auth/route.ts b/examples/auth/route.ts index 5908664..b81a12a 100644 --- a/examples/auth/route.ts +++ b/examples/auth/route.ts @@ -1,7 +1,7 @@ import { AuthInfo } from "@modelcontextprotocol/sdk/server/auth/types"; import { createMcpHandler, - experimental_withMcpAuth as withMcpAuth, + withMcpAuth, } from "mcp-handler"; import { z } from "zod";