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


##########
docs/gravitino-mcp-server.md:
##########
@@ -53,7 +53,7 @@ Or start an HTTP MCP server by `uv run mcp_server --metalake 
test --uri http://1
 
 ### 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.
+You could start Gravitino MCP server by Docker image, `docker run -p 8000:8000 
--network=host apache/gravitino-mcp-server:latest --metalake test --transport 
http --mcp-url http://0.0.0.0:8000/mcp --gravitino-uri=http://127.0.0.1:8090`. 
Please note that the MCP server in Docker container doesn't support `stdio` 
transport mode.

Review Comment:
   `--gravitino-uri=http://127.0.0.1:8090` or `--gravitino-uri 
http://127.0.0.1:8090`?



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