nevzheng commented on code in PR #12531:
URL: https://github.com/apache/gravitino/pull/12531#discussion_r3847466215
##########
docs/gravitino-mcp-server.md:
##########
@@ -140,13 +148,17 @@ You could config Gravitino MCP server by arguments, `uv
run mcp_server -h` shows
| `--gravitino-uri` | The URI of Gravitino server.
| `http://127.0.0.1:8090` | No |
| `--transport` | Transport protocol: stdio (local), http /
streamable-http (Streamable HTTP). | `stdio` | No
|
| `--mcp-url` | The URL of MCP server if using HTTP transport.
| `http://127.0.0.1:8000/mcp` | No |
-| `--token` | Static credential for Gravitino; or set
`GRAVITINO_TOKEN`. See Authentication. | none (anonymous) | No
|
-| `--tls-cert` | PEM certificate to serve the endpoint over HTTPS.
Requires `--tls-key`. | none | No |
-| `--tls-key` | PEM private key to serve the endpoint over HTTPS.
Requires `--tls-cert`. | none | No |
+| `--token` | Static credential for Gravitino; or set
`GRAVITINO_TOKEN`. See Authentication. Wins over OAuth client-credentials. |
none (anonymous) | No |
+| `--oauth-token-endpoint` | OAuth2 token URL for client-credentials. Or
`GRAVITINO_OAUTH_TOKEN_ENDPOINT`. | none
| No |
Review Comment:
Agree. Done — padded the Configuration table to the widest argument column
in commit 69bfacc4c.
Nevin
Sent from my 🤖 (Cursor)
--
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]