FANNG1 commented on code in PR #8151: URL: https://github.com/apache/gravitino/pull/8151#discussion_r2287996988
########## docs/gravitino-mcp-server.md: ########## @@ -55,12 +55,17 @@ Or start a HTTP MCP server by `uv run mcp_server --metalake test --uri http://12 Gravitino MCP server supports the following tools, and you could export tool by tag. -| Tool name | Description | Tag | Since version | -|------------------------------|-----------------------------------------------------------------|-----------|---------------| -| `get_list_of_catalogs` | Retrieve a list of all catalogs in the system. | `catalog` | 1.0.0 | -| `get_list_of_schemas` | Retrieve a list of schemas belonging to a specific catalog. | `schema` | 1.0.0 | -| `get_list_of_tables` | Retrieve a list of tables within a specific catalog and schema. | `table` | 1.0.0 | -| `get_table_metadata_details` | Retrieve comprehensive metadata details for a specific table. | `table` | 1.0.0 | +| Tool name | Description | Tag | Since version | +|---------------------------------|---------------------------------------------------------------------|-----------|---------------| +| `get_list_of_catalogs` | Retrieve a list of all catalogs in the system. | `catalog` | 1.0.0 | +| `get_list_of_schemas` | Retrieve a list of schemas belonging to a specific catalog. | `schema` | 1.0.0 | +| `get_list_of_tables` | Retrieve a list of tables within a specific catalog and schema. | `table` | 1.0.0 | +| `get_table_metadata_details` | Retrieve comprehensive metadata details for a specific table. | `table` | 1.0.0 | +| `get_list_of_policies` | Retrieve a list of policies in the system. | `policy` | 1.0.0 | +| `get_policy_detail_information` | Retrieve detailed information for a specific policy by policy name. | `policy` | 1.0.0 | +| `list_policies_for_metadata` | List all policies associated with a specific metadata item. | `policy` | 1.0.0 | +| `list_metadata_by_policy` | List all metadata items associated with a specific policy. | `policy` | 1.0.0 | +| `get_policy_for_metadata` | Get a policy associated with a specific metadata item. | `policy` | 1.0.0 | Review Comment: seems not related to this PR, we could do this in another PR -- 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]
