Skip to content

Commit 65bcc7b

Browse files
CodeWithKyriangithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 6d1b138 commit 65bcc7b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

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

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

5+
## v3.1.1 - 2025-06-26
6+
7+
### What's Changed
8+
9+
* Fix: implement proper MCP protocol version negotiation by @CodeWithKyrian in https://github.com/php-mcp/server/pull/35
10+
11+
**Full Changelog**: https://github.com/php-mcp/server/compare/3.1.0...3.1.1
12+
513
## v3.1.0 - 2025-06-25
614

715
### What's Changed
@@ -79,6 +87,7 @@ This release brings support for the latest MCP protocol version along with enhan
7987

8088

8189

90+
8291
```
8392
**After:**
8493

@@ -93,6 +102,7 @@ This release brings support for the latest MCP protocol version along with enhan
93102

94103

95104

105+
96106
```
97107
#### Transport Upgrade (Optional)
98108

@@ -106,6 +116,7 @@ $transport = new HttpServerTransport(host: '127.0.0.1', port: 8080);
106116

107117

108118

119+
109120
```
110121
**After:**
111122

@@ -115,6 +126,7 @@ $transport = new StreamableHttpServerTransport(host: '127.0.0.1', port: 8080);
115126

116127

117128

129+
118130
```
119131
### 📚 Documentation
120132

@@ -296,6 +308,7 @@ This is a major refactoring with significant breaking changes:
296308

297309

298310

311+
299312
```
300313
The `http` and `reactphp` options for `run()` were already invalid and are fully removed.
301314

0 commit comments

Comments
 (0)