docs: update changelog for MCP extraction and npm publishing

MCP servers extracted to standalone repos, published to npm and
Gitea registry, manifest CLI tools consolidated.
This commit is contained in:
Jonathan Miller
2026-06-11 18:07:45 -05:00
parent 5e25c6e77b
commit e20423f323
+14
View File
@@ -12,6 +12,20 @@ BRIEF: Release changelog
# Changelog
## [Unreleased]
### Added
- `cli/manifest_integrity.php` — org-wide manifest validation tool (564 lines)
- `manifest_detect.php` — detect `display_name`, `target_version`, `php_minimum` fields
### Changed
- 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`
- `NPM_TOKEN` saved as MokoConsulting org secret for CI/CD
- Templates: Joomla Makefile and composer.json updated with MokoSuite references
### Removed
- `mcp/servers/` directory — all MCP server source moved to `A:/MCP/mcp_*/`
## [09.26.00] --- 2026-06-07
### Added