Copilot commented on code in PR #10036: URL: https://github.com/apache/gravitino/pull/10036#discussion_r2852722073
########## mcp-server/pyproject.toml: ########## @@ -22,7 +22,9 @@ description = "Gravitino MCP server" readme = "README.md" requires-python = ">=3.10" dependencies = [ - "fastmcp>=2.10.6", + # fastmcp has been release 3.0.x, which makes some incompatible changes, so we temporarily pin + # it to 2.14.5 and will upgrade to 3.0.x in the future. Review Comment: The comment mentions plans to upgrade to 3.0.x in the future, which is essentially a TODO without an issue reference. According to the Gravitino coding guidelines, future work references should include an issue number. Consider creating a tracking issue and adding a reference like "See issue #XXXX" to help track this planned upgrade work. -- 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]
