reset_voice_session
Clears leftover state from a previous ended voice session so a new one can start without issues. Invoke at session start before capturing the first utterance.
Instructions
Clear stale shutdown state from a previous /endlivechat in this same MCP server process so a new voice session can start cleanly. Call this once at the very beginning of a /livechat session, after the announcement and before the first get_voice_input. Safe to call mid-session: if a session is already running healthily this is a no-op and no in-flight utterances are dropped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||