Where does the bug appear (feature/product)? MCP & tools
Describe the Bug In previous versions of Cursor I used to be able to read/expand the content of MCP tool calls. This was very useful to quickly audit Supabase MCP tool calls before pressing allow, especially when running execute_sql or other Supabase tools. Now I can only see the tool name and press allow/deny, so I am not able to review the command being executed to determine if I should allow it or not. Previously the command was shown in a code block and included the Cursor tool call guardrails.
Steps to Reproduce
- Connect the Supabase MCP server (I have mine set to read only)
- Trigger a tool call, e.g. execute_sql
- Observe the allow/deny prompt: only the tool name is shown, with no way to expand and view the actual command/SQL being run
Expected Behavior The tool call prompt should show the command or SQL being run in a code block before I allow or deny it, the way it did in previous versions.
Screenshots / Screen Recordings
Operating System Windows 11
Version Information
Version: 3.12.17 (user setup)
VS Code Extension API: 1.128.0
Date: 2026-07-17T02:53:53.006Z
Layout: IDE
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
xterm.js: 6.1.0-beta.256
OS: Windows_NT x64 10.0.26200
For AI issues: which model did you use? N/A, this is a UI/display issue, not model specific
For AI issues: Request ID N/A
Additional Information I looked through the settings and could not see anywhere to re-enable this option, although I have the conversation density set to “Detailed,” which is described as “Choose how much detail Agent tool calls show in the conversation.”
I hope this is temporary and this feature is being improved and will show up again in new updates. Appreciate letting us know if this is in the pipeline, or I should set up my own tooling to ask the agent to write tool calls to a file before executing them so I can audit.
I currently have Supabase MCP set as read only, so this is mildly annoying. However, I cannot envisage setting up the MCP as read/write without having the ability to review tool call contents, which can be potentially destructive or alter my databases.
Does this stop you from using Cursor? Sometimes - I can sometimes use Cursor when mcp is setup to read-only and hoping it is running correct commands checking correct tables…
Edit: updated this post to follow the bug report template per the mod bot’s request above.
