Skip to main content

Changelog

1.1.5 (2026-03-27)

Features

  • The MCP server now supports the Streamable HTTP transport introduced in MCP 2025-03-26, including session management, proper handling of JSON-RPC notifications, and session termination via DELETE requests

Improvements

  • The server now negotiates the MCP protocol version with the client, supporting versions from 2024-11-05 through 2025-11-25 for broader AI client compatibility
  • OpenAI Codex Desktop setup guide — added step-by-step configuration instructions for the Codex Desktop app

1.1.4 (2026-03-26)

Improvements

  • MCP methods for prompts and resources no longer return errors

1.1.3 (2026-03-24)

Improvements

  • Added validator for basic health check

1.1.2 (2026-03-20)

Improvements

  • AI client configuration instructions improved

1.1.1 (2026-03-11)

Fixed

  • Fixed the issue with error during compilation (PHP7.4)

1.1.0 (2026-03-10)

Improvements

  • MCP server now accessible by simplified /mcp endpoint (/mcp/server/handle is still accessible)
  • Authorization header lookup improved

1.0.8 (2026-02-26)

Features

  • New tool - DocSearch. Modules should provide docs in markdown format placed in etc/mcp folder.

1.0.7 (2026-02-25)

Fixed

  • Fixed the issue with OAuth consent page when admin secret key is enabled

1.0.6 (2026-02-19)

Fixed

  • Error in the Stores - Configuration pages caused by incorrect layout file.

1.0.5 (2026-02-19)

Improvements

  • Full schema definition in the "schema" action for REST API tool
  • Refactoring

1.0.4 (2026-02-17)

Fixed

  • The issue with copy buttons in AI Client settings.

1.0.3 (2026-02-16)

Improvements

  • PHP8.4 compatibility.
  • Server name compatibility with different AI clients.

1.0.2 (2026-02-13)

Fixed

  • OAuth authorization redirect converting query parameters to path format, breaking redirect and resource URLs.

1.0.1 (2026-02-13)

Improvements

  • REST Service names for 3rd-party endpoints.

1.0.0 (2026-02-12)

Features

  • Initial release.