Releases: logiscape/mcp-sdk-php
Release list
v2.0.0-beta3
This is the third beta release of v2 of the Logiscape MCP SDK for PHP. It includes new examples and is considered the functionally complete core for v2 of the SDK.
To install this alpha run:
composer require logiscape/mcp-sdk-php:2.0.0-beta3
We are aiming to have a final release of v2 ready for day-one support of the 2026-07-28 MCP Spec.
Full Changelog: v2.0.0-beta2...v2.0.0-beta3
v2.0.0-beta2
This is the second beta release of v2 of the Logiscape MCP SDK for PHP. It implements a bug fix and is considered the functionally complete core for v2 of the SDK.
To install this alpha run:
composer require logiscape/mcp-sdk-php:2.0.0-beta2
Most of the remaining v2 work is additional testing and documentation updates. We are aiming to have a final release of v2 ready for day-one support of the 2026-07-28 MCP Spec.
Full Changelog: v2.0.0-beta1...v2.0.0-beta2
v1.7.4
What's Changed
- Prevent stdio server EOF hang. Fixes #61 by @logiscapedev in #62
Full Changelog: v1.7.3...v1.7.4
v2.0.0-beta1
This is the first beta release of v2 of the Logiscape MCP SDK for PHP. This release represents a functionally complete core for v2 of the SDK.
To install this alpha run:
composer require logiscape/mcp-sdk-php:2.0.0-beta1
Most of the remaining v2 work is additional testing and documentation updates. We are aiming to have a final release of v2 ready for day-one support of the 2026-07-28 MCP Spec.
Full Changelog: v2.0.0-alpha2...v2.0.0-beta1
v2.0.0-alpha2
This is the second alpha release of v2 of the Logiscape MCP SDK for PHP. This release adds the extensions for Tasks and MCP Apps.
To install this alpha run:
composer require logiscape/mcp-sdk-php:2.0.0-alpha2
Most of the remaining v2 work is additional testing and documentation updates. We are aiming to have a final release of v2 ready for day-one support of the 2026-07-28 MCP Spec.
Full Changelog: v2.0.0-alpha1...v2.0.0-alpha2
v2.0.0-alpha1
This is the first alpha release of v2 of the Logiscape MCP SDK for PHP. This release lays the foundation for supporting the upcoming 2026-07-28 MCP Spec version.
To install the alpha run:
composer require logiscape/mcp-sdk-php:2.0.0-alpha1
The next pre-release of v2 will focus on the Tasks extension and MCP Apps support. We are aiming to have a final release of v2 ready for day-one support of the 2026-07-28 MCP Spec.
Full Changelog: v1.7.3...v2.0.0-alpha1
v1.7.3
This release expands the SDK docs and adds support for resource templates and completions in the MCP convenience wrapper.
Full Changelog: v1.7.2...v1.7.3
v1.7.2
This update includes expanded docs, bug fixes, and publishes a roadmap for 2026-07-28 spec support.
What's Changed
- docs: use article grammar for MCP examples by @scosemicolon in #60
New Contributors
- @scosemicolon made their first contribution in #60
Full Changelog: v1.7.1...v1.7.2
v1.7.1
This release includes project quality improvements, including GitHub actions for the official MCP conformance tests along with unit tests and PHPStan. Documentation has been expanded with a formal roadmap, changelog, and other key files expected for a MCP SDK project.
Full Changelog: v1.7.0...v1.7.1
v1.7.0
This release represents a significant milestone for the SDK: a 100% pass rate on the applicable required MCP Conformance Tests.
The included webclient example has been improved and rewritten as a streamlined wrapper for the underlying SDK client. When uploaded to a web server, it can demonstrate both a functional MCP client and MCP server with a single Composer command.
Full Changelog: v1.6.1...v1.7.0