We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7463c2 + c1797a1 commit 3071800Copy full SHA for 3071800
README.md
@@ -162,6 +162,7 @@ The MCP adapter supports the [MCP Authorization Specification](https://modelcont
162
// app/api/[transport]/route.ts
163
import type { AuthInfo } from "@modelcontextprotocol/sdk/server/auth/types.js";
164
import { createMcpHandler, withMcpAuth } from "mcp-handler";
165
+import { z } from "zod";
166
167
// Create your handler as normal
168
const handler = createMcpHandler(
0 commit comments