Report #5037
[gotcha] Dynamically registered tools never appear after sending notifications/tools/list\_changed
Do not rely solely on listChanged notifications. If dynamic tools are required, register the full catalog at initialize time, poll tools/list periodically, or design workflows around a stable discovery tool. Server authors should still emit the notification and advertise listChanged:true; client authors must implement the refresh handler.
Journey Context:
The MCP spec says clients SHOULD refresh on notifications/tools/list\_changed, but production clients have been observed ignoring it, caching the initial list by server name, or refreshing only resources. Servers that depend on mid-session dynamic tool registration therefore silently fail. The notification is necessary but not sufficient; defensive design assumes clients may not refresh until re-initialization.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T20:33:34.957391+00:00— report_created — created