Skip to content

Commit ba5f0ce

Browse files
authored
use stable mcp auth function (#111)
1 parent fc9b09a commit ba5f0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/auth/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { AuthInfo } from "@modelcontextprotocol/sdk/server/auth/types";
22
import {
33
createMcpHandler,
4-
experimental_withMcpAuth as withMcpAuth,
4+
withMcpAuth,
55
} from "mcp-handler";
66
import { z } from "zod";
77

0 commit comments

Comments
 (0)