Skip to content

Releases: logiscape/mcp-sdk-php

v1.7.3

05 Jun 22:50

Choose a tag to compare

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

31 May 07:56

Choose a tag to compare

This update includes expanded docs, bug fixes, and publishes a roadmap for 2026-07-28 spec support.

What's Changed

New Contributors

Full Changelog: v1.7.1...v1.7.2

v1.7.1

23 Apr 03:55

Choose a tag to compare

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

21 Apr 07:38

Choose a tag to compare

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

11 Apr 07:30

Choose a tag to compare

Bug fix in elicitation results

Full Changelog: v1.6.0...v1.6.1

v1.6.0

10 Apr 22:48

Choose a tag to compare

This release adds elicitation support

What's Changed

  • Allow custom MCP server version configuration by @vjik in #58

New Contributors

  • @vjik made their first contribution in #58

Full Changelog: v1.5.1...v1.6.0

v1.5.1

24 Mar 07:30

Choose a tag to compare

This release includes additional bug fixes

Full Changelog: v1.5.0...v1.5.1

v1.5.0

22 Mar 01:55

Choose a tag to compare

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

09 Mar 00:22

Choose a tag to compare

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

28 Feb 22:15

Choose a tag to compare

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