From ccf68a15192ced6f2f633597110339c9b2d32061 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Mon, 15 Jun 2026 05:19:27 -0500 Subject: [PATCH] =?UTF-8?q?Update=20MokoSuite=20=E2=86=92=20MokoSuiteClien?= =?UTF-8?q?t=20references?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MCP README link, metadata_detect comment, and changelog updated for the MokoSuite → MokoSuiteClient repo rename. --- CHANGELOG.md | 1 + cli/metadata_detect.php | 2 +- mcp/servers/mokosuite_api/README.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca2d889..85de2ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ BRIEF: Release changelog - `manifest_detect.php` — detect `display_name`, `target_version`, `php_minimum` fields ### Changed +- MokoSuite → MokoSuiteClient rename: updated MCP README reference, composer template, metadata_detect comment - MCP servers extracted from monorepo to standalone `A:/MCP/` directories - All 9 MCP servers published to npm (`@mokoconsulting/`) and Gitea package registry - `.mcp.json` converted from local file paths to `npx -y @mokoconsulting/...@latest` diff --git a/cli/metadata_detect.php b/cli/metadata_detect.php index 5cb6203..be4fc7f 100644 --- a/cli/metadata_detect.php +++ b/cli/metadata_detect.php @@ -312,7 +312,7 @@ class ManifestDetectCli extends CliFramework $element = strtolower(basename($extManifest, '.xml')); } - // Ensure element has type prefix (API stores full element_name like pkg_mokosuite) + // Ensure element has type prefix (API stores full element_name like pkg_mokosuiteclient) $prefixMap = [ 'package' => 'pkg_', 'component' => 'com_', 'module' => 'mod_', 'template' => 'tpl_', 'library' => 'lib_', 'file' => 'file_', diff --git a/mcp/servers/mokosuite_api/README.md b/mcp/servers/mokosuite_api/README.md index 91200e1..35c2fb9 100644 --- a/mcp/servers/mokosuite_api/README.md +++ b/mcp/servers/mokosuite_api/README.md @@ -73,7 +73,7 @@ joomla-api-mcp wraps the entire Joomla Web Services REST API into MCP tools that | Repo | Purpose | |------|---------| | [backup-mcp](https://git.mokoconsulting.tech/MokoConsulting/backup-mcp/wiki) | Backup MCP (uses Joomla API for Akeeba) | -| [MokoSuite](https://git.mokoconsulting.tech/MokoConsulting/MokoSuite/wiki) | Joomla Suite system plugin | +| [MokoSuiteClient](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteClient/wiki) | Joomla Suite client tracker | | [Template-Client-Suite](https://git.mokoconsulting.tech/MokoConsulting/Template-Client-Suite/wiki) | Client site template | | [MokoOnyx](https://git.mokoconsulting.tech/MokoConsulting/MokoOnyx/wiki) | Joomla admin template |