yuqi1129 commented on code in PR #7963:
URL: https://github.com/apache/gravitino/pull/7963#discussion_r2269808775
##########
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:
I see.
--
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]