Tags: florianraith/mcp
Tags
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%
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%
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]>
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
[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]>
Merge pull request laravel#33 from laravel/ai-121-sanctum-auth-works-… …great feat: tested Sanctum support
PreviousNext