From 067f160b3e072d703ec274f2544978942517600c Mon Sep 17 00:00:00 2001 From: Yijia Su <54164178+FreeOnePlus@users.noreply.github.com> Date: Wed, 3 Sep 2025 12:41:38 +0800 Subject: [PATCH] [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 = "freeoneplus@apache.org"}