follow_up
Send a follow-up question to an ongoing Cursor session using its session ID. The prior context is preserved on Cursor's side, eliminating the need to resend it.
Instructions
Continue a previous Cursor session by session_id (returned by every other tool). The prior context lives on Cursor's side, so you don't resend it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The session id returned by a previous cursor-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 | Cursor model id (e.g. 'auto', 'composer-2.5', 'gpt-5.2'). Default 'auto' (cheapest). | |
| effort | No | Reasoning effort for parameterized models (e.g. 'low'|'high'). Ignored by 'auto'. |