Skip to content

Tags: laravel/mcp

Tags

v0.6.3

Toggle v0.6.3's commit message
Update facade docblocks

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Makes imports consistent (#171)

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update boost skill description and remove core guideline (#170)

v0.6.0

Toggle v0.6.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Add example of registering MCP Tool in a Server (#164)

* Add example of registering MCP Tool in a Server

* Remove unused Route import from Mcp facade

* Add resource and prompt registration to server snippet

* Ignore PHPStan iterable type errors for auto-generated facade docblocks

---------

Co-authored-by: Pushpak Chhajed <pushpak1300@gmail.com>

v0.5.9

Toggle v0.5.9's commit message
update stubs

v0.5.8

Toggle v0.5.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add attribute alternatives for primitive and server configuration (#154)

* Add attribute alternatives for primitive and server configuration

* Add ServerAttribute base class and improve attribute test coverage

* Refactor resolveAttribute to support parent class traversal and caching

v0.5.7

Toggle v0.5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add `SessionInitialized` event (#152)

* Add SessionInitialized event

* Formatting

* Reference the spec

v0.5.6

Toggle v0.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix streaming generator handling under Octane (#148)

* Fix streaming generator handling under Octane

* Update HttpTransport.php

---------

Co-authored-by: Taylor Otwell <taylor@laravel.com>

v0.5.5

Toggle v0.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rename stub files with `mcp-` prefix and update references (#145)

* Rename stub files to `mcp-` prefixed variants and update references in commands and tests

* Fix phpstan errors

* Fix Test

v0.5.4

Toggle v0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Supports Laravel 13 (#144)

* Supports Laravel 13

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>

* Update illuminate/json-schema version constraint

---------

Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>