[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
This commit is contained in:
Yijia Su
2025-09-03 12:41:38 +08:00
committed by GitHub
parent 9ba4cc6f45
commit 067f160b3e
2 changed files with 2 additions and 2 deletions

View File

@@ -315,7 +315,7 @@ ALERT_WEBHOOK_URL=
# Basic server information # Basic server information
SERVER_NAME=doris-mcp-server SERVER_NAME=doris-mcp-server
SERVER_VERSION=0.5.1 SERVER_VERSION=0.6.0
SERVER_PORT=3000 SERVER_PORT=3000
# Temporary files directory # Temporary files directory

View File

@@ -20,7 +20,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "doris-mcp-server" name = "doris-mcp-server"
version = "0.5.1" version = "0.6.0"
description = "Enterprise-grade Model Context Protocol (MCP) server implementation for Apache Doris" description = "Enterprise-grade Model Context Protocol (MCP) server implementation for Apache Doris"
authors = [ authors = [
{name = "Yijia Su", email = "freeoneplus@apache.org"} {name = "Yijia Su", email = "freeoneplus@apache.org"}