Skip to content

Tags: LAlex14/mcp

Tags

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 (laravel#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 (laravel#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 (laravel#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 (laravel#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 (laravel#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 (laravel#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 (laravel#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 (laravel#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` (laravel#125)

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove unused `resource-template` stub and update `JsonSchema` import (

…laravel#122)