get_afk_status
Check AFK mode status to determine whether to route interactions through mobile notifications or use native chat, ensuring proper handling when away from desk.
Instructions
Returns the current AFK mode status. Call this before every interaction to decide whether to route through AFK MCP tools or native chat. If afkMode is true and clientConnected is true, route through notify_session_progress / get_user_decision. If afkMode is true but clientConnected is false, fall back to native chat and warn the user. If afkMode is false, use native VS Code chat as usual.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||