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
We could introduce the quarkus.mcp.server.auto-ping-interval runtime config property, send {"jsonrpc": "2.0","id": "123","method":"ping"} messages automatically and make sure the server discards the empty replies like {"jsonrpc": "2.0", "id": "123", "result": {}}.
See the spec: https://spec.modelcontextprotocol.io/specification/2024-11-05/basic/utilities/ping/
We need something similar to: https://quarkus.io/guides/websockets-next-reference#quarkus-websockets-next_quarkus-websockets-next-server-auto-ping-interval
The text was updated successfully, but these errors were encountered: