Skip to content

MCP Server for Joomla v1.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Aug 19:52
· 2 commits to master since this release
  • Added four read-only site-diagnostics tools (get_rendered_page, diff_article_versions, seo_audit_articles, check_internal_links) so an agent can verify what a visitor sees, what changed between article versions, and whether content has SEO or internal-link problems.
  • Added MCP Resources (recent articles as joomla://article/{id}) and MCP Prompts (draft-article, seo-audit-article, translate-article), with Enable Resources / Enable Prompts options.
  • Added a PHPUnit harness that constructs RpcService (schema/executor pairing) and unit-tests Joomla API payload-normalisation quirks: article content aliases (articletext/text/contentintrotext), search filters as filter[...] query parameters, and complete merged menu-item PATCH payloads.
  • Fixed clear_cache wiping the protected mcp_sse and com_mcpserver_ratelimit groups when they were passed as an explicit group.
  • Fixed clear_cache dispatching AfterPurgeEvent with an empty subject when clearing all groups, which TypeErrors in Joomla 5.
  • Fixed Claude Desktop bundle generation silently using an empty archive path when tempnam() fails.