Releases: logiscape/mcp-sdk-php
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
v1.6.1
Bug fix in elicitation results
Full Changelog: v1.6.0...v1.6.1
v1.6.0
v1.5.1
This release includes additional bug fixes
Full Changelog: v1.5.0...v1.5.1
v1.5.0
This release focuses on bug fixes, code quality improvements, and cleanup of dead code and deprecated features. Support for JSON-RPC batching has been removed.
Full Changelog: v1.4.0...v1.5.0
v1.4.0
This release brings new features and changes from the 2025-11-25 revision of the MCP Spec.
Full Changelog: v1.3.0...v1.4.0
v1.3.0
This update adds a McpServer convenience wrapper — a developer-friendly, fluent API for creating MCP servers with minimal boilerplate. It's adapted from pronskiy/mcp with enhancements including HTTP transport support and automatic transport routing, allowing both local and remote PHP MCP servers to be created with just a few lines of simple code.
Full Changelog: v1.2.9...v1.3.0