You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I've been working on setting up a stateless MCP server within Next.js (on Vercel) using the app router API routes, but I'm hitting a wall.
Describe the solution you'd like
It would be nice to have an adapter specifically designed for Next.js.
Describe alternatives you've considered
I attempted to adapt the request/response objects from the Next.js API route to align with the types from the MCP package, but couldn't get it to work.