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
As per the MCP specification, ping requests should be allowed even before initialization:
The client SHOULD NOT send requests other than pings before the server has responded to the initialize request.
The server SHOULD NOT send requests other than pings and logging before receiving the initialized notification.
Currently, sending a ping request before initialization fails with Invalid request parameters.
The server logs show Failed to validate request: Received request before initialization was complete.