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
When I connect to the MCP server, I often encounter this error: "No handler registered for notification method: notifications/stderr". After investigating, I found that the registration of notification handlers is in the constructor of the McpAsyncClient class, but there is no handler registered for notifications/stderr.
Is this intentionally left unhandled, or is it a feature still under development? Could you provide more insights into the related design rationale?