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


##########
mcp-server/mcp_server/tools/metadata.py:
##########
@@ -0,0 +1,30 @@
+
+from fastmcp import Context, FastMCP
+
+
+def load_metadata_tool(mcp: FastMCP):
+    @mcp.tool(tags={"metadata"})
+    async def metadata_type_to_fullname_formats(
+        ctx: Context) -> dict:
+
+        """
+        Get metadata type to full name formats.

Review Comment:
   Please be aware that if you're using metadata (rather than metadata object), 
then all the places should be unified, otherwise it will be confused to LLM. 
The terminology should be consistent.



-- 
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