Rebrand MokoWaaS → MokoSuite across MCP server #18

Open
opened 2026-06-07 14:18:22 +00:00 by jmiller · 2 comments
Owner

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

  • Rename repo from mcp-mokowaas-api to mcp-mokosuite-api
  • Update repo description
  • Update topics

Source Code

  • Rename all mokowaas references in source files to mokosuite
  • Update API endpoint paths (e.g., /v1/mokowaas//v1/mokosuite/)
  • Update tool names and descriptions
  • Update README and documentation
  • Update package.json name and description

Configuration

  • Update any hardcoded MokoWaaS references in config files
  • Update connection naming conventions

Context

  • Rebrand decided 2026-06-07
  • All 8 suite repos already renamed (MokoSuiteCRM, MokoSuiteERP, etc.)
  • Layer 0 base platform also renamed from MokoWaaS to MokoSuite
## 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 - Rename repo from `mcp-mokowaas-api` to `mcp-mokosuite-api` - Update repo description - Update topics ### Source Code - Rename all `mokowaas` references in source files to `mokosuite` - Update API endpoint paths (e.g., `/v1/mokowaas/` → `/v1/mokosuite/`) - Update tool names and descriptions - Update README and documentation - Update package.json name and description ### Configuration - Update any hardcoded MokoWaaS references in config files - Update connection naming conventions ## Context - Rebrand decided 2026-06-07 - All 8 suite repos already renamed (MokoSuiteCRM, MokoSuiteERP, etc.) - Layer 0 base platform also renamed from MokoWaaS to MokoSuite
Author
Owner

Branch created: feature/18-rebrand-mokowaas-mokosuite-across-mcp-se

git fetch origin
git checkout feature/18-rebrand-mokowaas-mokosuite-across-mcp-se
Branch created: [`feature/18-rebrand-mokowaas-mokosuite-across-mcp-se`](https://git.mokoconsulting.tech/MokoConsulting/mcp-mokowaas-api/src/branch/feature/18-rebrand-mokowaas-mokosuite-across-mcp-se) ```bash git fetch origin git checkout feature/18-rebrand-mokowaas-mokosuite-across-mcp-se ```
Author
Owner

Rebrand Checklist

All suite repos have been rebranded and use mokosuite in their API routes (v1/mokosuite/crm/..., v1/mokosuite/erp/..., etc.). This MCP server needs to match.

Files to Update

  • package.json — name, description
  • README.md — all references
  • src/ — tool names, descriptions, endpoint URLs
  • Replace all mokowaasmokosuite in source
  • Replace all MokoWaaSMokoSuite in source
  • Update API endpoint paths: /v1/mokowaas//v1/mokosuite/

Gitea Repo

  • Rename repo: mcp-mokowaas-apimcp-mokosuite-api
  • Update repo description
  • Update topics

Claude Code Config

  • Update .claude/settings.json or .mcp.json with new server name
  • Update any hardcoded server references

API Route Mapping (current → new)

All suite API routes now use this pattern:

v1/mokosuite/crm/products
v1/mokosuite/crm/orders
v1/mokosuite/erp/accounts
v1/mokosuite/erp/payment-gateways
v1/mokosuite/pos/sessions
v1/mokosuite/shop/reviews
v1/mokosuite/mrp/quality
v1/mokosuite/hrm/payroll
v1/mokosuite/restaurant/kds
v1/mokosuite/child/checkin

The MCP server tools should reflect these routes.

## Rebrand Checklist All suite repos have been rebranded and use `mokosuite` in their API routes (`v1/mokosuite/crm/...`, `v1/mokosuite/erp/...`, etc.). This MCP server needs to match. ### Files to Update - [ ] `package.json` — name, description - [ ] `README.md` — all references - [ ] `src/` — tool names, descriptions, endpoint URLs - [ ] Replace all `mokowaas` → `mokosuite` in source - [ ] Replace all `MokoWaaS` → `MokoSuite` in source - [ ] Update API endpoint paths: `/v1/mokowaas/` → `/v1/mokosuite/` ### Gitea Repo - [ ] Rename repo: `mcp-mokowaas-api` → `mcp-mokosuite-api` - [ ] Update repo description - [ ] Update topics ### Claude Code Config - [ ] Update `.claude/settings.json` or `.mcp.json` with new server name - [ ] Update any hardcoded server references ### API Route Mapping (current → new) All suite API routes now use this pattern: ``` v1/mokosuite/crm/products v1/mokosuite/crm/orders v1/mokosuite/erp/accounts v1/mokosuite/erp/payment-gateways v1/mokosuite/pos/sessions v1/mokosuite/shop/reviews v1/mokosuite/mrp/quality v1/mokosuite/hrm/payroll v1/mokosuite/restaurant/kds v1/mokosuite/child/checkin ``` The MCP server tools should reflect these routes.
Sign in to join this conversation.
No labels
Priority -
Type -
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/mcp-mokowaas-api#18