Right now when we add servers, the frontend submits a request to the tool to register a server but it simply shows tool registered without actually checking with the server. However, the expected behavior is to verify whether the server was a valid one and actually got registered. So, we need to make the client wait for the server's response on whether the tool actually got inserted.
Right now when we add servers, the frontend submits a request to the tool to register a server but it simply shows tool registered without actually checking with the server. However, the expected behavior is to verify whether the server was a valid one and actually got registered. So, we need to make the client wait for the server's response on whether the tool actually got inserted.