Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: florianraith/mcp

Tags

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)

v0.3.4

Toggle v0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove non-spec fields from resource content responses (laravel#110)

* Remove non-spec fields from resource content responses

* Update the minimum code coverage threshold to 91.7%

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: allow multi-segment issuer paths (laravel#105)

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Ensure the property field exists in tool input schemas (laravel#97)

* Ensure the property field exists in tool input schemas

* Update the minimum code coverage threshold to 91.4%

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature: adds security to the OAuth registration endpoint (laravel#87)

* feat: adds security to the oauth registration endpoint

* formatting

* Update OAuthRegisterController.php

* fix lint issueS

* chore: types changes

* chore: revert coverage up

---------

Co-authored-by: Taylor Otwell <[email protected]>
Co-authored-by: Nuno Maduro <[email protected]>

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Macroable and Conditionable traits to some core classes (laravel#76)

* Add Macroable and Conditionable traits to core classes

- Applied `Macroable` and `Conditionable` traits to:
  - `Request`
  - `Response`
  - `TestResponse`
- Verified support via new tests for:
  - Custom macro methods (`->foo()`)
  - `when()` and `unless()` conditional method chaining
- Added trait tests for prompt, resource, and tool responses in:
  - `TestResponseTraitsTest` for Prompts, Resources, Tools
  - `RequestTest` and `ResponseTest` unit coverage

* Remove redundant tests

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[0.x] Adds support for custom request classes (laravel#63)

* Adds support for custom requests

* Fix code styling

* fix `eligibleForRegistration` call

---------

Co-authored-by: nunomaduro <[email protected]>

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v0.2.0

v0.1.2-beta

Toggle v0.1.2-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request laravel#33 from laravel/ai-121-sanctum-auth-works-…

…great

feat: tested Sanctum support