You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -146,6 +163,7 @@ This release marks a **major overhaul**, bringing it into full alignment with `p
146
163
147
164
148
165
166
+
149
167
```
150
168
***`mcp:serve`forHTTP:** The `--transport=http` option for `mcp:serve` now launches a *dedicated* ReactPHP-based server process. For serving MCP via your main Laravel application routes, ensure the `http_integrated` transport is enabledin`config/mcp.php` and your web server is configured appropriately.
151
169
***Event Handling:** If you were directly listening to internal events from the previous version, these may have changed. Rely on the documented Laravel events (`ToolsListChanged`, etc.).
0 commit comments