jerryshao commented on code in PR #8600: URL: https://github.com/apache/gravitino/pull/8600#discussion_r2357604687
########## docs/gravitino-mcp-server.md: ########## @@ -53,7 +53,7 @@ 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. +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 --uri=http://127.0.0.1:8090`. Please note that the MCP server in docker container doesn't support `stdio` transport mode. Review Comment: OK, can you fix it. I will do the rc3 soon. -- 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]
