proomt

Search

Search posts, papers, and topics

All posts

VercelAndrew Qu1 min readrelease notesintro

WebMCP support now available in mcp-handler

Summary

Vercel's mcp-handler 2.2.0 adds experimental WebMCP support, letting you expose registered MCP tools to in‑browser agents via a single script tag. The script proxies tool calls back to your MCP server with the signed‑in user’s credentials, so no extra OAuth flow is needed.

  • Add an `experimental_webMcp` object to the mcp-handler config to expose selected tools.
  • Load the generated script via `?webmcp-script` to make tools available in the page.
  • Tool calls are proxied to the MCP server using the signed‑in user's credentials, avoiding client‑side OAuth.
  • Requires upgrading to mcp-handler@2.2.0 and following the WebMCP documentation.

Frontend engineers building in‑browser agents or using Vercel’s MCP should care because it simplifies tool integration without extra auth handling.

4/10

Related reading

  1. Give your eve agent a browser

    Vercel released the @agent-browser/eve extension, giving Eve agents full browser automation capabilities inside their sandbox. It adds installable tools for navigation, interaction, and screenshots, with domain allowlists and credential protection.

    Vercelvercel.com1 minrelease
  2. Laravel MCP 1.0 Is Released

    Laravel MCP 1.0 ships with the 2026-07-28 protocol, adding searchable tool catalogs, cache hints, stateless request handling, and PKCE‑required OAuth with client‑metadata support. The release includes migration guidance and new headers for versioned RPC calls.

    Laravellaravel-news.com3 minrelease
  3. Firefox DevTools MCP 0.10.3 released

    Firefox DevTools MCP 0.10.3 is released, introducing a new `close_firefox_session` tool, full-page screenshot capability, and configurable download folders. This update also includes bug fixes and clarifies the usage of `restart_firefox` for controlling Firefox via WebDriver BiDi.

    Mozilla Automation Teammozilla.org1 minrelease
  4. Next.js 16.3 support on Vercel

    Vercel added full support for Next.js 16.3, bringing leaner prefetching, immutable static assets, and faster route metadata handling. Early adopters see up to 45% fewer prefetches, 24% less static traffic, and roughly 2× faster routing at scale.

    Vercelvercel.com4 min
  5. The skills CLI now supports Notion hosted skills

    Vercel’s `skills` CLI (v1.7.0) now lets you install agent skills directly from Notion pages or shared Notion skill packs. Use `npx skills add notion` to browse packs, or `npx skills add <PAGE_URL>` for a single skill. Authentication is handled via the `ntn` CLI, which requires a Notion personal access token. Permissions follow Notion’s page sharing model, so only users with view access can instal…

    Vercelvercel.com1 minrelease