follow_up
Continue a prior Claude conversation by supplying the session ID and a follow-up question, preserving context on Claude's side.
Instructions
Continue a previous Claude session by session_id (returned by every other tool). The prior context lives on Claude's side, so you don't resend it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The session id returned by a previous claude-mcp-bridge call. | |
| question | Yes | The follow-up question. | |
| cwd | No | Absolute path to the project root. Defaults to the server's cwd. | |
| model | No | Claude model alias or full name (e.g. 'opus', 'sonnet', 'haiku'). Omit to use the default. | |
| effort | No | Reasoning effort: 'low' | 'medium' | 'high'. Higher = deeper, slower, costlier. |