Rebrand MokoWaaS → MokoSuite across MCP server #18
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The entire platform has been rebranded from MokoWaaS to MokoSuite (including the base Layer 0). This MCP server needs to be updated to reflect the new branding.
What Needs Updating
Repo-Level
mcp-mokowaas-apitomcp-mokosuite-apiSource Code
mokowaasreferences in source files tomokosuite/v1/mokowaas/→/v1/mokosuite/)Configuration
Context
Branch created:
feature/18-rebrand-mokowaas-mokosuite-across-mcp-seRebrand Checklist
All suite repos have been rebranded and use
mokosuitein their API routes (v1/mokosuite/crm/...,v1/mokosuite/erp/..., etc.). This MCP server needs to match.Files to Update
package.json— name, descriptionREADME.md— all referencessrc/— tool names, descriptions, endpoint URLsmokowaas→mokosuitein sourceMokoWaaS→MokoSuitein source/v1/mokowaas/→/v1/mokosuite/Gitea Repo
mcp-mokowaas-api→mcp-mokosuite-apiClaude Code Config
.claude/settings.jsonor.mcp.jsonwith new server nameAPI Route Mapping (current → new)
All suite API routes now use this pattern:
The MCP server tools should reflect these routes.