We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nonibytes/busy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pause.md•737 B
---
description: Pause TddBee autonomous work gracefully
---
# Pause TddBee
You are pausing the TddBee autonomous TDD work.
## Instructions
1. **Read current state** from `.tddbee/config.json`
2. **Update config** - Set status to indicate paused state:
- Update `.tddbee/config.json` with `"paused": true`
- Add `"paused_at": "ISO timestamp"`
- Keep `current_feature` as-is (to resume from)
3. **Report to user**:
- What feature was being worked on (if any)
- Current progress (X/Y completed)
- Remind them to use `/tddbee:resume` to continue
## Notes
- This is a graceful pause - finish current work before stopping
- All progress is preserved in `.tddbee/features.json`
- Resume anytime with `/tddbee:resume`