Finally got my @v0 MCP server deployed to @vercel and successfully implemented the custom OAuth flow (to just just API key exchange). At this point you can pretty much AMA about: - @v0 sdk (Maybe not as knowledged as @ctatedev tho haha) - Deploying custom OAuth to @vercel - Deploying MCP servers to @vercel - Why KV (hello @upstash) is better for session than DB - Why you'd still need @upstash for SSE - Why Hono implementation has slightly better ergonomics, but is harder to make it work with custom OAuth adatpters - How Claude Code helped me rewrite my prototype about 4 times - How I am still functioning with so very little sleep experimenting Once again, huge thanks to @cramforce for the infinite patience helping me debug, @andrewqu_ for the writeup that helped shape a more vanilla implementation and @ctatedev for being a legend and shipping the SDK faster than I can rewrite it internally on my project ๐ Thanks you legends, I'll post a link to the MCP once I've cleaned up the code a bit and have a nice looking landing page. I also plan opensourcing it, and will still be working on a memory layer for it cause why not. Just gotta cleanup the code a bit cause it was a hectic week getting this up and running in prod.
Update on the @v0 MCP server I'm building: - Can list and save resources from chat - Session management is now properly in place (@DrizzleORM ๐ค @supabase ๐ซก) Next: - Add the @shadcn command to fetch the whole chat as an optional command to bootstrap the local project - Create