$npx -y skills add tody-agent/codymaster --skill cm-mcp-engineeringUse when you need to interact with the MCP engineering bridge tools (cm_plan, cm_review, cm_qa, cm_deploy, cm_search).
| 1 | # cm-mcp-engineering — MCP tools on context server |
| 2 | |
| 3 | The same binary as memory MCP (`dist/mcp-context-server.js`) now exposes **engineering bridge** tools: |
| 4 | |
| 5 | | Tool | Purpose | |
| 6 | |------|---------| |
| 7 | | `cm_plan` | Sprint state + artifact paths + next skill hint | |
| 8 | | `cm_review` | Preview `.cm/sprint/artifacts/review.md` | |
| 9 | | `cm_qa` | Pointers to browse daemon + `cm qa-visual` | |
| 10 | | `cm_deploy` | Hints for safe deploy + canary | |
| 11 | | `cm_search` | Learnings + decisions search | |
| 12 | | `cm_memory_query` | Same backing store, alias-style | |
| 13 | |
| 14 | Existing tools unchanged: `cm_query`, `cm_resolve`, `cm_bus_read`, `cm_bus_write`, `cm_budget_check`, `cm_memory_decay`, `cm_index_refresh`. |
| 15 | |
| 16 | ## Config |
| 17 | |
| 18 | Point `--project` at the repo root (or `CM_PROJECT_PATH`). |