From c1797a155821f95aca9d7a7d172fa6c25ade6708 Mon Sep 17 00:00:00 2001 From: Samer Date: Tue, 15 Jul 2025 13:20:46 -0700 Subject: [PATCH] Add missing Zod import in README authorization example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c14a69..c9b37a6 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,7 @@ The MCP adapter supports the [MCP Authorization Specification](https://modelcont // app/api/[transport]/route.ts import type { AuthInfo } from "@modelcontextprotocol/sdk/server/auth/types.js"; import { createMcpHandler, withMcpAuth } from "mcp-handler"; +import { z } from "zod"; // Create your handler as normal const handler = createMcpHandler(