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
fix(server): correct UserWarning stacklevel on A2A transport path (#318)
The A2A path calls _log_advertised_tools directly from create_a2a_server
(no _register_handler_tools frame), so the unregistered-subclass
UserWarning attributed to a frame deeper than the operator's call site.
Thread a transport-aware stacklevel: 4 for MCP, 3 for A2A.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments