veto_handoff
Save the current session and get step-by-step instructions to continue on another AI platform, preventing context loss when hitting rate limits.
Instructions
Saves the current session and returns step-by-step instructions to continue on another AI platform (Gemini or Codex). TRIGGER: when the user types veto_handoff or asks to hand off / save-and-switch, call THIS live MCP tool directly — do NOT write a node script or touch ~/.veto/veto.db by hand. Call this when Claude is approaching its rate limit. The receiving platform calls veto_continue to restore full context instantly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | Yes | Key context the next platform needs: active decisions, file paths, constraints. | |
| summary | Yes | What was accomplished this session — one or two sentences. | |
| task_state | No | Current task state — what is done, what is in progress, what is next. | |
| project_dir | No | Absolute path to the current project directory. | |
| to_platform | No | Target platform. If omitted, Veto picks the platform with the most headroom. | |
| token_count | No | Approximate tokens used this session. | |
| from_platform | No | Platform handing off (default: claude). |