You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
why: Top MCP servers (Filesystem) publish per-tool annotation hints.
This helps agents and users understand tool behavior at a glance.
what:
- Add table mapping each tool to its safety tier and MCP annotations
- Columns: readOnly, destructive, idempotent
- Grouped by tier (readonly, mutating, destructive)
When the MCP server runs inside a tmux pane (detected via `TMUX_PANE` env var), it includes the caller's pane context in server instructions and annotates the caller's own pane with `is_caller=true` in tool results. This prevents agents from accidentally killing their own pane.
0 commit comments