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
McpServiceProvider
to correctly provideConfigurationRepositoryInterface
,LoggerInterface
, andCacheInterface
bindings to the underlyingServer
instance when resolved from the Laravel container. - Updated
ServeCommand
andMcpController
to inject theServer
instance and instantiateTransportHandler
classes according tophp-mcp/server
v1.1.0 constructor changes.
Fixed
- Ensures compatibility with the refactored dependency injection and transport handler instantiation logic in
php-mcp/server
v1.1.0.
Full Changelog: 1.0.0...1.1.0