jerryshao commented on code in PR #7905:
URL: https://github.com/apache/gravitino/pull/7905#discussion_r2259738594


##########
mcp-server/mcp_server/connector/factory.py:
##########
@@ -18,35 +18,35 @@
 from mcp_server.connector.rest.rest_client_operation import RESTClientOperation
 
 
-class ConnectorFactory:
+class RESTClientFactory:
     """
-    Factory for creating and configuring Gravitino connector instances.
+    Factory for creating and configuring Gravitino rest client instances.
     """
 
-    _connector_class = RESTClientOperation
+    _rest_client_class = RESTClientOperation

Review Comment:
   Should you also change the package name?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to