Skip to content

Tags: laravel/mcp

Tags

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>

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix JSON-RPC notification param serialization (#136)

Also has a small fix for a minor typo.

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement MCP scope registration in service provider (#131)

* Implement MCP scope registration in service provider and update route handling

* Fix test

* Remove the unused ` maybeAddMcpScope ` method from the Registrar class

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Correct header name to MCP-Session-Id (#132)

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Completion Support (#127)

* Add Completion Support

* Refactor completion handling and improve request execution flow

* Rename Class

* Improve completion methods to accept context arguments

* Rename completion response methods

* Refactor CompletionResponse methods to use `from` instead of `make`

* Rename ListCompletionResponse to ArrayCompletionResponse and update related methods to include hasMore flag

* Refactor

* Update `CompletionComplete` to return an empty array instead of throwing an exception when primitive does not support completion

* Refactor to match

* Fix code styling

* Fix Typo

* Add result

* Remove callback feature

* Refactor

* Refactor

* Rename SupportsCompletion to Completable

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update composer.json (#128)

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add `2025-11-25` to `protocolVersion` (#125)