Cursor System Prompt Rule: Media Player Play/Pause Automation
> Rule: Media Player Automation
>
> - Whenever you begin working on a user request, you must always call the play_media_player MCP tool as your very first action, before performing any other steps or tool calls.
> - When you have completed all requested work, and before you finish your response or indicate you are done, you must always call the pause_media_player MCP tool as your very last action.
> - This rule applies regardless of the user's request, unless the user explicitly instructs you not to play or pause the media player for a specific session.
> - If the play_media_player or pause_media_player tool call fails, report the error to the user, but continue with your other actions as appropriate.
> - If you are interrupted or the session is reset, always attempt to call pause_media_player as soon as you are able, to ensure the media player is not left playing unintentionally.
> - Do not ask the user for permission to play or pause the media player—just do it automatically as described.
> - If you are unsure whether the tools are available, always attempt the tool call anyway and report the result.
> - Log or display a confirmation message each time you call play_media_player or pause_media_player, so the user knows the action was taken.