Skip to content

Commit 3071800

Browse files
authored
Merge pull request #85 from S4M3R/patch-1
Add missing Zod import in README authorization example
2 parents d7463c2 + c1797a1 commit 3071800

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ The MCP adapter supports the [MCP Authorization Specification](https://modelcont
162162
// app/api/[transport]/route.ts
163163
import type { AuthInfo } from "@modelcontextprotocol/sdk/server/auth/types.js";
164164
import { createMcpHandler, withMcpAuth } from "mcp-handler";
165+
import { z } from "zod";
165166

166167
// Create your handler as normal
167168
const handler = createMcpHandler(

0 commit comments

Comments
 (0)