tuhaihe commented on code in PR #1285:
URL: https://github.com/apache/cloudberry/pull/1285#discussion_r2253008349
##########
mcp-server/pyproject.toml:
##########
@@ -0,0 +1,51 @@
+[project]
+name = "cloudberry-mcp-server"
+version = "0.1.0"
+description = "MCP server for Apache Cloudberry database interaction"
+readme = "README.md"
+requires-python = ">=3.10"
+authors = [
+ {name = "HashML Team", email = "[email protected]"},
+]
+maintainers = [
+ {name = "Yangshengwen", email = "[email protected]"},
Review Comment:
```suggestion
{name = "Yangshengwen", email = "[email protected]"},
```
The email address can leave a right one, either the work email or personal
email.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]