Skip to content

Commit affd49b

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 490ef1d commit affd49b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

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

3-
## [Unreleased](https://github.com/laravel/mcp/compare/v0.4.2...main)
3+
## [Unreleased](https://github.com/laravel/mcp/compare/v0.5.0...main)
4+
5+
## [v0.5.0](https://github.com/laravel/mcp/compare/v0.4.2...v0.5.0) - 2025-12-15
6+
7+
* Add Completion Support by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/mcp/pull/127
48

59
## [v0.4.2](https://github.com/laravel/mcp/compare/v0.4.1...v0.4.2) - 2025-12-07
610

@@ -73,6 +77,7 @@ public function schema(JsonSchema $schema): array
7377

7478

7579

80+
7681
```
7782
**After**
7883

@@ -87,6 +92,7 @@ public function schema(JsonSchema $schema): array
8792

8893

8994

95+
9096
```
9197
This affects only custom tool classes that override the schema methods. The update is minimal, requiring only the import change to the contract interface.
9298

0 commit comments

Comments
 (0)