File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to ` php-mcp/server ` will be documented in this file.
44
5+ ## v3.1.0 - 2025-06-25
6+
7+ ### What's Changed
8+
9+ * Refactor: expose session garbage collection method for integration by @CodeWithKyrian in https://github.com/php-mcp/server/pull/31
10+ * feat: add instructions in server initialization result by @CodeWithKyrian in https://github.com/php-mcp/server/pull/32
11+ * fix(cache): handle missing session in index for CacheSessionHandler by @CodeWithKyrian in https://github.com/php-mcp/server/pull/33
12+
13+ ** Full Changelog** : https://github.com/php-mcp/server/compare/3.0.2...3.1.0
14+
515## v3.0.2 - 2025-06-25
616
717### What's Changed
@@ -68,6 +78,7 @@ This release brings support for the latest MCP protocol version along with enhan
6878
6979
7080
81+
7182```
7283** After:**
7384
@@ -81,6 +92,7 @@ This release brings support for the latest MCP protocol version along with enhan
8192
8293
8394
95+
8496```
8597#### Transport Upgrade (Optional)
8698
@@ -93,6 +105,7 @@ $transport = new HttpServerTransport(host: '127.0.0.1', port: 8080);
93105
94106
95107
108+
96109```
97110** After:**
98111
@@ -101,6 +114,7 @@ $transport = new StreamableHttpServerTransport(host: '127.0.0.1', port: 8080);
101114
102115
103116
117+
104118```
105119### 📚 Documentation
106120
@@ -281,6 +295,7 @@ This is a major refactoring with significant breaking changes:
281295
282296
283297
298+
284299 ```
285300 The `http` and `reactphp` options for `run()` were already invalid and are fully removed.
286301
You can’t perform that action at this time.
0 commit comments