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


##########
docs/gravitino-mcp-server.md:
##########
@@ -51,6 +51,10 @@ Or start a HTTP MCP server by `uv run mcp_server --metalake 
test --uri http://12
 }
 ```
 
+### Docker instructions
+
+You could start Gravitino MCP server by docker image, `docker run -p 8000:8000 
apache/gravitino-mcp-server:latest --metalake test --transport http --mcp-url 
http://0.0.0.0:8000/mcp`. Please note that the MCP server in docker container 
doesn't support `stdio` transport mode.
+
 ### Supported tools
 
 Gravitino MCP server supports the following tools, and you could export tool 
by tag.

Review Comment:
   Can you please add one chapter in `index.md` to refer to this doc?



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