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
After this discussion quarkiverse/quarkus-mcp-server#102 , I'm bringing it back here.
Basically the idea is to be able to trigger the client initialization again in case the SSE connection with the server was lost. I can intercept for now the 400 status for instance return by the server, I can inject the MCPClient synthetic bean but it has no public methods to reinitiate the connection.
The text was updated successfully, but these errors were encountered:
Hi,
After this discussion quarkiverse/quarkus-mcp-server#102 , I'm bringing it back here.
Basically the idea is to be able to trigger the client initialization again in case the SSE connection with the server was lost. I can intercept for now the 400 status for instance return by the server, I can inject the
MCPClient
synthetic bean but it has no public methods to reinitiate the connection.The text was updated successfully, but these errors were encountered: