v1.1.0
This release updates the package for compatibility with php-mcp/server v1.1.0.
What Changed
- Updated dependency requirement to
php-mcp/server: ^1.1.0. - Modified
McpServiceProviderto correctly provideConfigurationRepositoryInterface,LoggerInterface, andCacheInterfacebindings to the underlyingServerinstance when resolved from the Laravel container. - Updated
ServeCommandandMcpControllerto inject theServerinstance and instantiateTransportHandlerclasses according tophp-mcp/serverv1.1.0 constructor changes.
Fixed
- Ensures compatibility with the refactored dependency injection and transport handler instantiation logic in
php-mcp/serverv1.1.0.
Full Changelog: 1.0.0...1.1.0