Skip to content

Commit 62a3818

Browse files
CodeWithKyriangithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 8d08df8 commit 62a3818

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

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

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

5+
## v2.1.1 - 2025-06-25
6+
7+
### What's Changed
8+
9+
* Fix STDIO transport stream errors on client disconnect by @CodeWithKyrian in https://github.com/php-mcp/laravel/pull/23
10+
11+
**Full Changelog**: https://github.com/php-mcp/laravel/compare/2.1.0...2.1.1
12+
513
## v2.1.0 - 2025-06-13
614

715
### What's Changed
@@ -100,6 +108,7 @@ This release marks a **major overhaul**, bringing it into full alignment with `p
100108
php artisan vendor:publish --provider="PhpMcp\Laravel\McpServiceProvider" --tag="mcp-config" --force
101109

102110

111+
103112
```
104113
* **`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.
105114
* **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.).
@@ -164,6 +173,7 @@ composer require php-mcp/laravel
164173
php artisan vendor:publish --provider="PhpMcp\Laravel\Server\McpServiceProvider" --tag="mcp-config"
165174
166175
176+
167177
```
168178
## Getting Started
169179

0 commit comments

Comments
 (0)