veto_notify_ide
Send notifications or instructions to the IDE to open files, show alerts, or request UI actions in bidirectional MCP setups.
Instructions
Sends a notification or instruction back to the IDE/client. Useful for opening files, showing alerts, or requesting UI actions in bidirectional MCP setups (JetBrains, Zed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | File path (for open_file). | |
| level | No | Message severity level. | |
| action | Yes | Action to request from the IDE. | |
| message | No | Message text (for show_message/set_status). |