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


The following commit(s) were added to refs/heads/master by this push:
     new 067f160  [fix]Release Version Change (#56)
067f160 is described below

commit 067f160b3e072d703ec274f2544978942517600c
Author: Yijia Su <[email protected]>
AuthorDate: Wed Sep 3 12:41:38 2025 +0800

    [fix]Release Version Change (#56)
    
    * 0.5.1 Version
    
    * fix 0.5.1 schema async bug
    
    * fix security bug
    
    * fix security bug
    
    * Add complete Token, JWT, OAuth authentication system
    
    * Add complete Token, JWT, OAuth authentication system
    
    * Add complete Token, JWT, OAuth authentication system
    
    * Add complete Token, JWT, OAuth authentication system
    
    * Add a controllable MCP Server DB Pool permission authentication system, 
connect it with the Doris permission system, and provide it to enterprise-level 
applications concurrently with the multi-Worker mode.
    
    * Add Tokens Management
    
    * change version
---
 .env.example   | 2 +-
 pyproject.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.env.example b/.env.example
index d2da291..d9e0080 100644
--- a/.env.example
+++ b/.env.example
@@ -315,7 +315,7 @@ ALERT_WEBHOOK_URL=
 
 # Basic server information
 SERVER_NAME=doris-mcp-server
-SERVER_VERSION=0.5.1
+SERVER_VERSION=0.6.0
 SERVER_PORT=3000
 
 # Temporary files directory
diff --git a/pyproject.toml b/pyproject.toml
index 4623341..a54a707 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,7 +20,7 @@ build-backend = "hatchling.build"
 
 [project]
 name = "doris-mcp-server"
-version = "0.5.1"
+version = "0.6.0"
 description = "Enterprise-grade Model Context Protocol (MCP) server 
implementation for Apache Doris"
 authors = [
     {name = "Yijia Su", email = "[email protected]"}


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

Reply via email to