Releases: laravel/mcp
Releases · laravel/mcp
v0.3.2
What's Changed
- Ensure the property field exists in tool input schemas by @pushpak1300 in #97
New Contributors
- @pushpak1300 made their first contribution in #97
Full Changelog: v0.3.1...v0.3.2
v0.3.1
- refactor: move to first class callable by @ashleyhindle in #94
- Cast
client_idto string in JSON response by @mostafa-rz in #93 - Feature: adds security to the OAuth registration endpoint by @jsandfordhughescoop in #87
v0.3.0
- Add assertDontSee() to TestResponse and extend test coverage by @mattwells-coex in #74
- Fix tool annotation type error when using custom Attributes by @Daanra in #75
- Add Macroable and Conditionable traits to some core classes by @mattwells-coex in #76
v0.2.1
- feat: default the MCP inspector to 'stdio' when inspecting a local server by @ashleyhindle in #52
- Fix error message formatting in InspectorCommand by @aymanebouljam in #53
- InspectorCommand error message improvement by @szabi-bc in #55
- Uses nowdoc for LLMs by @nunomaduro in #56
- Remove
.junieDetritus by @yitzwillroth in #59 - Enhance documentation consistency and Tool class annotations by @aymanebouljam in #57
- add basic sessionid support by @ashleyhindle in #58
- Fixes
artisan optimizecommand by @nunomaduro in #66 - [0.x] Adds support for custom request classes by @nunomaduro in #63
v0.2.0
- First official "beta" release of Laravel MCP package.
v0.1.2-beta
Merge pull request #33 from laravel/ai-121-sanctum-auth-works-great feat: tested Sanctum support
v0.1.1 - Facade docblock
v0.1.0
- Initial release of Laravel MCP package.