We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MarcusJellinghaus/mcp-code-checker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
---
allowed-tools: Bash(mcp-coder set-status:*)
workflow-stage: code-review
suggested-next: (bot runs implement) -> /clear -> implementation_review
---
# Return to plan-ready after major review issues
Transitions the issue back to `plan-ready` status for re-implementation when code review identifies major issues that cannot be fixed with minor changes.
## When to Use
| Situation | Action |
|-----------|--------|
| Minor fixes | Fix directly, re-run `/implementation_review` |
| **Major issues** | **This command** (after `/implementation_new_tasks` + `/commit_push`) |
| Approved | `/implementation_approve` |
## Prerequisites
- New implementation steps created (`/implementation_new_tasks`)
- Changes committed and pushed (`/commit_push`)
## Instructions
```bash
mcp-coder set-status status-05:plan-ready
```
Confirm the status change was successful. If it fails, report the error. Do not use `--force` unless explicitly asked.
## Next Steps
Run `mcp-coder implement` to process the new steps, then `/implementation_review`.