This is an automated email from the ASF dual-hosted git repository.

freeoneplus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-mcp-server.git

commit f5a4c8abbe0014b0af21aef90f56f0b0be8dbd6a
Author: FreeOnePlus <[email protected]>
AuthorDate: Mon Jun 9 18:42:34 2025 +0800

    Add pip install command & fix pyproject.toml bug
---
 pyproject.toml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 26c74e5..807fdb0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -42,7 +42,7 @@ classifiers = [
 
 dependencies = [
     # Core MCP dependencies
-    "mcp>=1.0.0",
+    "mcp>=1.8.0",
     # Database drivers
     "aiomysql>=0.2.0",
     "PyMySQL>=1.1.0",
@@ -148,7 +148,9 @@ Changelog = 
"https://github.com/apache/doris-mcp-server/blob/main/CHANGELOG.md";
 
 [project.scripts]
 doris-mcp-server = "doris_mcp_server.main:main_sync"
+mcp-doris-server = "doris_mcp_server.main:main_sync"
 doris-mcp-client = "doris_mcp_server.client:main"
+mcp-doris-client = "doris_mcp_server.client:main"
 
 [tool.hatch.build.targets.wheel]
 packages = ["doris_mcp_server"]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to