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";