redberry/mcp-client-laravel
Laravel client for the Model Context Protocol (MCP). Supports JSON-RPC 2.0 over Streamable HTTP (including SSE) and STDIO. Configure multiple servers and use a single facade to list/call tools and read resources, with per-request content negotiation.
Backport release. Public API unchanged. Brings v1.x in line with the dependency widening from main.
composer.json now allows:
php: ^8.3||^8.4||^8.5illuminate/contracts: ^10.0||^11.0||^12.0||^13.0orchestra/testbench: ^8.22||^9.0||^10.0||^11.0prefer-lowest and prefer-stable. Larastan pinned to ^3.0; Pest widened to ^2.0||^3.0||^4.0 (with matching plugin majors); nunomaduro/collision widened to include ^9.0.StdioTransporter::handleStartupFailure() no longer mirrors the failure line through error_log() before throwing. The TransporterRequestException already carries command, exit code, stderr, and stdout in its message.spatie/laravel-ray from dev deps. It was never used by the package (the arch test forbids ray() calls) and triggered a BindingResolutionException during testbench package:discover on the new dep tree.composer require redberry/mcp-client-laravel:^1.1.1 — drop-in for any v1.x install.
For new projects, prefer the v2.0 line which includes Streamable HTTP, SSE event streaming, session-loss recovery, and other improvements. See UPGRADE.md on main for the v1.x → v2.x migration guide.
Full Changelog: https://github.com/RedberryProducts/mcp-client-laravel/compare/v1.1.0...v1.1.1
Full Changelog: https://github.com/RedberryProducts/mcp-client-laravel/compare/v1.0.0...v1.1.0
Full Changelog: https://github.com/RedberryProducts/mcp-client-laravel/commits/v1.0.0
How can I help you explore Laravel packages today?