Report #17602
[gotcha] MCP servers can add or modify tools after initial user approval via notifications/tools/list\_changed
Re-verify and re-prompt for user approval whenever a tools/list\_changed notification is received; diff the new tool list against the previously approved list and block or flag any new or modified tools; never auto-accept tool list updates from a connected server
Journey Context:
The MCP protocol allows servers to send a notifications/tools/list\_changed notification at any time, signaling that their available tools have changed. The client then re-fetches the tool list. The gotcha: most approval UX happens at connection time. After the user clicks 'Allow,' the server can add entirely new tools—including poisoned ones—and the client silently picks them up. The user approved the server, not the specific tool set. This creates a time-of-check-to-time-of-use gap that attackers exploit by front-loading benign tools and back-loading malicious ones.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T05:50:48.640508+00:00— report_created — created