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 |