Skip to content

Releases: laravel/mcp

v0.3.0

07 Oct 14:47
4e1389e

Choose a tag to compare

  • 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

24 Sep 15:52
0ecf0c0

Choose a tag to compare

  • 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 .junie Detritus 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 optimize command by @nunomaduro in #66
  • [0.x] Adds support for custom request classes by @nunomaduro in #63

v0.2.0

18 Sep 12:59
56fade6

Choose a tag to compare

  • First official "beta" release of Laravel MCP package.

v0.1.2-beta

15 Sep 08:15
83bab33

Choose a tag to compare

v0.1.2-beta Pre-release
Pre-release
Merge pull request #33 from laravel/ai-121-sanctum-auth-works-great

feat: tested Sanctum support

v0.1.1 - Facade docblock

16 Aug 09:51
6d6284a

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

13 Aug 14:08

Choose a tag to compare

  • Initial release of Laravel MCP package.