Tags: LAlex14/mcp
Tags
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>
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
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>
Fix JSON-RPC notification param serialization (laravel#136) Also has a small fix for a minor typo.
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
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
PreviousNext