mcp
mcp copied to clipboard
Rapidly build MCP servers for your Laravel applications.
### Laravel Package Version "laravel/mcp": "^0.3.4" ### Laravel Version "laravel/framework": "^12.0", ### PHP Version PHP 8.4.5 (cli) (built: Mar 12 2025 12:17:53) (NTS Visual C++ 2022 x64) ### Database Driver...
This PR adds support for the MCP logging [utility](https://modelcontextprotocol.io/specification/2025-11-25/server/utilities/logging). sign logging utility Server can send client a log in structured way. ## How It Works 1. **Default level**: Info (filters...
https://modelcontextprotocol.io/specification/2025-06-18/server/utilities/logging
According to [Server::$supportedProtocolVersion](https://github.com/laravel/mcp/blob/8ea52260568513fd20ff572000543049fa683cfd/src/Server.php#L48) protocol version 2025-06-18 is supported. However some of the server features described in that spec are missing: * [ResourceTemplates](https://modelcontextprotocol.io/specification/2025-06-18/server/resources#resource-templates) (see #80 & #82) * [Completion](https://modelcontextprotocol.io/specification/2025-06-18/server/utilities/completion) * [Logging](https://modelcontextprotocol.io/specification/2025-06-18/server/utilities/logging)...
### Laravel Package Version 0.1.1 ### Laravel Version 10 ### PHP Version 8.3 ### Database Driver & Version _No response_ ### Description When running the command below in a Laravel...
### Laravel Package Version 0.3.0 ### Laravel Version 12.34 ### PHP Version 8.3 ### Database Driver & Version MySQL ### Description When MCP registers its OAuth routes via Registrar::oauthRoutes(), it...
Support Response::image() and Response::audio() (currently throws NotImplementedException) Binary response helpers for images and audio—Response::image() and Response::audio()—are not currently supported and throw NotImplementedException. The generic Response::blob() is also not supported by...
Edit: This not only is a way to support MCP UI, but more importantly "Multiple content items of different types" and "Embedded Resources" are part of the MCP tool result...
https://modelcontextprotocol.io/specification/2025-06-18/server/utilities/completion