Skip to content

v1.1.0

Compare
Choose a tag to compare
@CodeWithKyrian CodeWithKyrian released this 01 May 17:06
· 38 commits to main since this release

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 provide ConfigurationRepositoryInterface, LoggerInterface, and CacheInterface bindings to the underlying Server instance when resolved from the Laravel container.
  • Updated ServeCommand and McpController to inject the Server instance and instantiate TransportHandler classes according to php-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