Skip to content

Commit 6cec2a7

Browse files
CodeWithKyriangithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 6380d27 commit 6cec2a7

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to `php-mcp/laravel` will be documented in this file.
44

5+
## v3.1.0 - 2025-07-13
6+
7+
### What's Changed
8+
9+
* Add PHPUnit 12 support and fix test compatibility issues by @tkaratug in https://github.com/php-mcp/laravel/pull/26
10+
* feat: Add Closure Handler Support and Custom Input Schema for Tools by @CodeWithKyrian in https://github.com/php-mcp/laravel/pull/27
11+
* Fix: correct argument order in response()->stream for legacy SSE mode by @sergioalborada in https://github.com/php-mcp/laravel/pull/31
12+
* Fix ServeCommand output interfering with stdio JSON-RPC communication by @CodeWithKyrian in https://github.com/php-mcp/laravel/pull/34
13+
14+
### New Contributors
15+
16+
* @tkaratug made their first contribution in https://github.com/php-mcp/laravel/pull/26
17+
* @sergioalborada made their first contribution in https://github.com/php-mcp/laravel/pull/31
18+
19+
**Full Changelog**: https://github.com/php-mcp/laravel/compare/3.0.0...3.1.0
20+
521
## v3.0.0 - 2025-06-26
622

723
### Major Changes
@@ -35,6 +51,7 @@ All notable changes to `php-mcp/laravel` will be documented in this file.
3551
composer require php-mcp/laravel:^3.0
3652
php artisan vendor:publish --provider="PhpMcp\Laravel\McpServiceProvider"
3753

54+
3855
```
3956
**Full Changelog**: https://github.com/php-mcp/laravel/compare/2.1.1...3.0.0
4057

@@ -146,6 +163,7 @@ This release marks a **major overhaul**, bringing it into full alignment with `p
146163

147164

148165

166+
149167
```
150168
* **`mcp:serve` for HTTP:** 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 enabled in `config/mcp.php` and your web server is configured appropriately.
151169
* **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.).
@@ -212,6 +230,7 @@ php artisan vendor:publish --provider="PhpMcp\Laravel\Server\McpServiceProvider"
212230
213231
214232
233+
215234
```
216235
## Getting Started
217236

0 commit comments

Comments
 (0)