Skip to content

Conversation

@S4M3R
Copy link
Contributor

@S4M3R S4M3R commented Jul 15, 2025

Summary

This PR updates the README to include the missing ‎zod import in the authorization example. Previously, the example used the ‎z object without showing where it was imported from, which could lead to confusion for users following the documentation.

Details

• Added ‎import { z } from "zod"; to the code snippet in the authorization section of the README.
• The example is now fully self-contained, so users can copy and use the code directly without needing to add missing imports or make further changes.

Motivation

Including the missing import improves the clarity and usability of the documentation, making it easier for developers to implement authorization using the MCP adapter as described.

@allenzhou101 allenzhou101 merged commit 3071800 into vercel:main Jul 16, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants