proomt

Search

Search posts, papers, and topics

All posts

LaravelEric L. Barnes3 min readrelease notesintermediate

Laravel MCP 1.0 Is Released

Summary

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.

  • New MCP 2026-07-28 protocol replaces `initialize` with `server/discover` and adds version negotiation headers.
  • ToolSearch enables a small default tool list with lazy loading of additional tools via a searchable catalog.
  • Cacheable attribute and `cacheHints()` let servers specify TTL and scope; clients cache with `withCache()`.
  • Servers are now stateless; session headers removed, identify calls via custom IDs in request args or `_meta`.

Laravel developers building AI‑enabled services need to adopt the new protocol and migration steps to keep their MCP servers compatible.

6/10

Related reading

  1. Mercure Broadcasting in Laravel 13.32

    Laravel 13.32.0 adds a Mercure broadcast driver (SSE‑based real‑time), new FilesystemAdapter methods copyToDisk()/moveToDisk() for cross‑disk file moves, and enum support in Queue pause/resume APIs. Minor tweaks include default Cloud exit codes, collection return‑type fixes, and Mercure installer integration.

    Laravellaravel-news.com3 minrelease
  2. WebMCP support now available in mcp-handler

    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.

    Vercelvercel.com1 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. Laravel Scalpel Scans for Filesystem Intrusion Evidence

    Laravel Scalpel is a Laravel‑native scanner that looks for post‑deployment filesystem tampering – rogue PHP files, obfuscated backdoors, altered .htaccess/.user.ini, missing or mis‑configured .env, and diffs against a signed baseline. It ships with six built‑in scanners, baseline snapshot commands, fast vs strict hashing modes, CI‑friendly output (JSON, SARIF, GitHub annotations) and a ScanFinish…

    Laravellaravel-news.com5 min