Tags: laravel/mcp
Tags
Centralize exception handling in method handlers with debug-aware err… …ors (#249) * Centralize exception handling in method handlers with debug-aware errors * Route ModelNotFoundException through toErrorMessage for debug-aware output * formatting * Trigger CI
Add MCP client foundation with stdio transport and ping (#216) * Extract protocol versions to shared enum for client reuse * Add MCP client foundation with stdio transport and ping * Add strict types declaration to FakeTransport fixture * Fix client desync on notification frames and leak on handshake failure * Rename Client::stdio to Client::local * WIP * Formatting * WIP * Add Icon and Implementation per MCP spec 2025-11-25 * Formatting * Fix Resourcelink Icon * Formatting * Always emit full Implementation payload in initialize response * Add Icon attribute and IconTheme enum * Update Icon.php * Formatting * Adopt Schema\Implementation and add fromArray for client parsing * Apply Rector fixes * Refine MCP client foundation and transport timeout handling * Extract InitializeResult and harden client JSON-RPC validation * Fix code styling * Formatting * Formatting * Formatting * Update StdioTransport.php * Update ClientTest.php
Add Icon and Implementation (MCP spec 2025-11-25) (#219) * Add Icon and Implementation per MCP spec 2025-11-25 * Formatting * Fix Resourcelink Icon * Formatting * Always emit full Implementation payload in initialize response * Add Icon attribute and IconTheme enum * Update Icon.php * Formatting
PreviousNext