tag:github.com,2008:https://github.com/php-mcp/laravel/releasesTags from laravel2025-07-13T00:02:27Ztag:github.com,2008:Repository/974305429/3.1.02025-07-13T00:05:45Zv3.1.0<p>fix: redirect ServeCommand output to STDERR for stdio transport</p>
<p>Console output methods sometimes write to STDOUT, which interferes with JSON-RPC communication in stdio mode. This redirects startup messages to STDERR when available.</p>CodeWithKyriantag:github.com,2008:Repository/974305429/3.0.02025-06-26T00:36:19Zv3.0.0CodeWithKyriantag:github.com,2008:Repository/974305429/2.1.12025-06-25T05:04:42Zv2.1.1<p>fix: remove output message after STDIO transport stops</p>
<p>When MCP clients disconnect from STDIO transport, they close STDOUT/STDERR
<br />streams before the Laravel command completes. Attempting to output
<br />"MCP Server (STDIO) stopped." to closed streams causes fwrite() errors.</p>CodeWithKyriantag:github.com,2008:Repository/974305429/2.1.02025-06-13T11:22:11Zv2.1.0<p>docs: transport should be explicitly set to stdio for the tool to start</p>
<p>When starting the tool is VSCode without providing a transport, it can't "Choose transport protocol for MCP server communication", so we need to explicitly define it.</p>CodeWithKyriantag:github.com,2008:Repository/974305429/2.0.02025-06-04T13:43:13Zv2.0.0<p>docs: Expand README.md with detailed explanations of MCP registration…</p>
<p>… methods and their configurations</p>
<p>[skip ci]</p>CodeWithKyriantag:github.com,2008:Repository/974305429/1.1.12025-05-06T18:17:19Zv1.1.1CodeWithKyriantag:github.com,2008:Repository/974305429/1.1.02025-05-01T17:06:58Zv1.1.0CodeWithKyriantag:github.com,2008:Repository/974305429/1.0.02025-06-04T11:35:29Zv1.0.0CodeWithKyrian