Skip to content

Commit 404fbe3

Browse files
pushpak1300github-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 10dedea commit 404fbe3

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Release Notes
22

3-
## [Unreleased](https://github.com/laravel/mcp/compare/v0.5.0...main)
3+
## [Unreleased](https://github.com/laravel/mcp/compare/v0.5.1...main)
4+
5+
## [v0.5.1](https://github.com/laravel/mcp/compare/v0.5.0...v0.5.1) - 2025-12-17
6+
7+
### What's Changed
8+
9+
* fix: correct header name to MCP-Session-Id by [@batosai](https://github.com/batosai) in https://github.com/laravel/mcp/pull/132
10+
11+
### New Contributors
12+
13+
* [@batosai](https://github.com/batosai) made their first contribution in https://github.com/laravel/mcp/pull/132
14+
15+
**Full Changelog**: https://github.com/laravel/mcp/compare/v0.5.0...v0.5.1
416

517
## [v0.5.0](https://github.com/laravel/mcp/compare/v0.4.2...v0.5.0) - 2025-12-15
618

@@ -78,6 +90,7 @@ public function schema(JsonSchema $schema): array
7890

7991

8092

93+
8194
```
8295
**After**
8396

@@ -93,6 +106,7 @@ public function schema(JsonSchema $schema): array
93106

94107

95108

109+
96110
```
97111
This affects only custom tool classes that override the schema methods. The update is minimal, requiring only the import change to the contract interface.
98112

0 commit comments

Comments
 (0)