Fixes
Fix ChatGPT page reload getting stuck
Fixes an issue where reloading the page in ChatGPT would cause the app to get stuck indefinitely. After a reload, ChatGPT does not re-send the ui/notifications/tool-result notification, so the app is stuck waiting for an event that would never arrive.
Fix issue with operation description on executed queries
Fixes an issue where a query executed by the client through the Apollo MCP Server execute tool maintained operation descriptions on the query.