Releases: OnepointConsultingLtd/joomla-mcp-server
Releases · OnepointConsultingLtd/joomla-mcp-server
MCP Server for Joomla v1.3.1
- Improved tool execution failures and policy denials handling.
- Added pagination metadata (
total_count,count,offset,has_more,next_offset) to all list tool responses. - Added a Disabled Tools option to block specific MCP tools by name in component security settings.
- Fixed Resolve Host To IP so the override also applies to server local downloads.
- Added an MCP evaluation suite.
- Updated documentation.
MCP Server for Joomla v1.3.0
- Added a Resolve Host To IP option: pin the Base URL hostname to a specific IP (e.g.
127.0.0.1) for the component's outbound REST calls only. Lets a server reach its own public hostname when NAT hairpinning is blocked, while keeping the correct Host header and TLS validation intact.
MCP Server for Joomla v1.2.1
- Updated project branding: added a new logo and refreshed dashboard screenshots, and removed the outdated overview screenshot.
- Added a GitHub star banner to the dashboard.
- Added more detail for the API token configuration in the README.
MCP Server for Joomla v1.2.0
- Added extension installation support: a new
install_extensionMCP tool installs extensions onto the site. - Added template editing MCP tools: list installed templates, list and read template files, update template files, and create template overrides.
- Fixed the client configuration snippet generation in the component dashboard view.
- Fixed the Monolog log file path resolution.
- Reordered the administrator menu items.
- Updated the build script to also update the update.xml file.
MCP Server for Joomla v1.1.0
- Added request metrics: every MCP request is recorded to a new
#__mcpserver_request_logtable (method, tool, status, error code, HTTP status, latency, client IP, context). - Added an admin Dashboard view with summary cards (total / last 24h / last 7d / error rate / average latency / rate-limit hits / auth failures), a requests-per-day chart, top tools and methods, and a recent-requests log.
- Added Monitoring & Metrics options: toggle recording on/off and configure the retention window (old rows are pruned automatically).
MCP Server for Joomla v1.0.0
- First stable release published to the Joomla Extensions Directory under
GPL-2.0-or-later. - Aligned the administrator menu and headings with the listing name "MCP Server for Joomla".
- Hardened the release build for the official JED Checker.
MCP Server for Joomla v0.6.0
- Added template style and installed template MCP tools.
- Added article and menu item multilingual association tools.
- Added article content history tools for listing, reading, keeping, deleting and restoring versions.
- Prepared the project for Joomla Extensions Directory release under
GPL-2.0-or-later. - Added Joomla update server metadata for GitHub release packages.