Skip to content

Commit c1d0ded

Browse files
CodeWithKyriangithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 96ff2ce commit c1d0ded

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

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

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

5+
## v3.0.2 - 2025-06-25
6+
7+
### What's Changed
8+
9+
* fix: Registry cache clearing bug preventing effective caching by @CodeWithKyrian in https://github.com/php-mcp/server/pull/29
10+
* Fix ServerBuilder error handling for manual element registration by @CodeWithKyrian in https://github.com/php-mcp/server/pull/30
11+
12+
**Full Changelog**: https://github.com/php-mcp/server/compare/3.0.1...3.0.2
13+
514
## v3.0.1 - 2025-06-24
615

716
### What's Changed
@@ -58,6 +67,7 @@ This release brings support for the latest MCP protocol version along with enhan
5867
))
5968

6069

70+
6171
```
6272
**After:**
6373

@@ -70,6 +80,7 @@ This release brings support for the latest MCP protocol version along with enhan
7080
))
7181

7282

83+
7384
```
7485
#### Transport Upgrade (Optional)
7586

@@ -81,13 +92,15 @@ For production HTTP deployments, consider upgrading to the new `StreamableHttpSe
8192
$transport = new HttpServerTransport(host: '127.0.0.1', port: 8080);
8293

8394

95+
8496
```
8597
**After:**
8698

8799
```php
88100
$transport = new StreamableHttpServerTransport(host: '127.0.0.1', port: 8080);
89101

90102

103+
91104
```
92105
### 📚 Documentation
93106

@@ -267,6 +280,7 @@ This is a major refactoring with significant breaking changes:
267280

268281

269282

283+
270284
```
271285
The `http` and `reactphp` options for `run()` were already invalid and are fully removed.
272286

0 commit comments

Comments
 (0)