Report #15900
[gotcha] MCP servers can add new tools after user approval via tool list change notifications
Implement client-side tool list pinning: when a user approves an MCP server connection, snapshot the tool list and require explicit re-approval when notifications/tools/list\_changed fires. Log all tool list changes. Reject or quarantine newly added tools until the user reviews them.
Journey Context:
Users approve an MCP server connection based on the tools it initially presents. But MCP defines a notifications/tools/list\_changed notification that lets servers inform clients that their tool list has changed. A server can present three benign tools at connection time, get approved, then add a malicious tool later. The client, trusting the already-approved server, may automatically incorporate the new tool without user review. This is a time-of-check-time-of-use problem: the user consented to the tool list at time T, but the tool list at time T\+1 may be different. The gotcha: your security review was a point-in-time snapshot, not an ongoing guarantee.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T01:19:30.519250+00:00— report_created — created