Changelog
1.2.2 (2026-04-17)
Improvements
- Added a Prompts shortcut to the MCP admin menu for quicker access to the Prompts management page
1.2.1 (2026-04-16)
Fixed
- Fixed admin users with full access seeing no MCP tools on the OAuth consent page — roles with "All" permissions now correctly grant access to all tools
1.2.0 (2026-04-15)
Features
- MCP Prompts — AI clients can now discover and use prompt templates served by the MCP server. Prompts support customizable arguments, and only prompts matching the user's permissions are shown. Manage prompts from the new "Prompts" page in the MCP admin menu
Improvements
- Active MCP sessions now stay alive longer — the session lifetime resets with each request, so sessions no longer expire unexpectedly during use
- Tool access checks now use explicit role-based permissions instead of inherited ACL rules, ensuring tools are only available when the admin role has the specific resource assigned
- ⚠️ Now requires
mirasvit/module-mcp-toolversion 1.1.0 or higher
1.1.7 (2026-04-13)
Fixed
- Fixed error on the MCP client configuration page when displaying dates (e.g. token creation or expiry dates)
1.1.6 (2026-04-01)
Features
- Personal Access Tokens (PAT) — Generate, reveal, and revoke long-lived bearer tokens for AI clients that do not support OAuth 2.1 (e.g. Manus.ai). Tokens are generated per admin user, require password confirmation to create or reveal, and appear in the MCP Users grid alongside OAuth clients. Configure under Stores Configuration MCP Server Authentication Personal Access Tokens
- ⚠️ New database table
mst_mcp_user_token— runbin/magento setup:upgradeafter updating
Improvements
- Authentication settings reorganized into separate OAuth 2.1 and Personal Access Tokens sections for clarity
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.